Searched refs:PatchableFunctionPrefix (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp770 unsigned PatchableFunctionPrefix = 0; local
774 .getAsInteger(10, PatchableFunctionPrefix);
778 if (PatchableFunctionPrefix) {
782 emitNops(PatchableFunctionPrefix);
3539 unsigned PatchableFunctionPrefix = 0, PatchableFunctionEntry = 0; local
3542 .getAsInteger(10, PatchableFunctionPrefix);
3546 if (!PatchableFunctionPrefix && !PatchableFunctionEntry)

Completed in 221 milliseconds