Searched refs:FunctionNumber (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efidevp.h | 91 UINT8 FunctionNumber; member
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 317 unsigned FunctionNumber; 647 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 805 static MCSymbol *getBFLabel(StringRef Prefix, unsigned FunctionNumber, in getBFLabel() argument 809 + "BF" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getBFLabel() 813 static MCSymbol *getPICLabel(StringRef Prefix, unsigned FunctionNumber, in getPICLabel() argument 817 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3631 unsigned FunctionNumber) { in PrintParentLoopComment() argument 3633 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment() 3635 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment() 3643 unsigned FunctionNumber) { in PrintChildLoopComment() argument 3647 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment() 3650 PrintChildLoopComment(OS, CL, FunctionNumber); in PrintChildLoopComment()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 450 int FunctionNumber; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 166 FunctionNumber = FunctionNum; in MachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3166 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState() 6100 if (FunctionNumber == -1) { in resolveForwardRefBlockAddresses() 6105 ID.UIntVal = FunctionNumber; in resolveForwardRefBlockAddresses() 6146 int FunctionNumber = -1; in parseFunctionBody() local 6147 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in parseFunctionBody() 6149 PerFunctionState PFS(*this, Fn, FunctionNumber); in parseFunctionBody()
|