Searched refs:FunctionNumber (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 133 unsigned FunctionNumber; 168 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.h | 331 int FunctionNumber; variable 333 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
|
| H A D | LLParser.cpp | 2088 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState() 3490 if (FunctionNumber == -1) { in resolveForwardRefBlockAddresses() 3495 ID.UIntVal = FunctionNumber; in resolveForwardRefBlockAddresses() 3531 int FunctionNumber = -1; in ParseFunctionBody() local 3532 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in ParseFunctionBody() 3534 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2137 unsigned FunctionNumber) { in PrintParentLoopComment() argument 2139 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment() 2141 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment() 2150 unsigned FunctionNumber) { in PrintChildLoopComment() argument 2154 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment() 2157 PrintChildLoopComment(OS, CL, FunctionNumber); in PrintChildLoopComment()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 84 FunctionNumber = FunctionNum; in MachineFunction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 858 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, in getPICLabel() argument 862 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
|