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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp711 unsigned PatchableFunctionPrefix = 0; local
715 .getAsInteger(10, PatchableFunctionPrefix);
719 if (PatchableFunctionPrefix) {
723 emitNops(PatchableFunctionPrefix);
3230 unsigned PatchableFunctionPrefix = 0, PatchableFunctionEntry = 0; local
3233 .getAsInteger(10, PatchableFunctionPrefix);
3237 if (!PatchableFunctionPrefix && !PatchableFunctionEntry)

Completed in 62 milliseconds