HomeSort by: relevance | last modified time | path
    Searched defs:PatchableFunctionPrefix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 770 unsigned PatchableFunctionPrefix = 0;
774 .getAsInteger(10, PatchableFunctionPrefix);
778 if (PatchableFunctionPrefix) {
782 emitNops(PatchableFunctionPrefix);
3539 unsigned PatchableFunctionPrefix = 0, PatchableFunctionEntry = 0;
3542 .getAsInteger(10, PatchableFunctionPrefix);
3546 if (!PatchableFunctionPrefix && !PatchableFunctionEntry)
AsmPrinter.cpp 770 unsigned PatchableFunctionPrefix = 0;
774 .getAsInteger(10, PatchableFunctionPrefix);
778 if (PatchableFunctionPrefix) {
782 emitNops(PatchableFunctionPrefix);
3539 unsigned PatchableFunctionPrefix = 0, PatchableFunctionEntry = 0;
3542 .getAsInteger(10, PatchableFunctionPrefix);
3546 if (!PatchableFunctionPrefix && !PatchableFunctionEntry)

Completed in 38 milliseconds