Searched refs:FunctionNumber (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 122 unsigned FunctionNumber; 159 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 294 int FunctionNumber; variable 296 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
|
D | LLParser.cpp | 2131 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState() 2170 FunctionID.UIntVal = FunctionNumber; in FinishFunction() 3329 int FunctionNumber = -1; in ParseFunctionBody() local 3330 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in ParseFunctionBody() 3332 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2121 unsigned FunctionNumber) { in PrintParentLoopComment() argument 2123 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment() 2125 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment() 2134 unsigned FunctionNumber) { in PrintChildLoopComment() argument 2138 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment() 2141 PrintChildLoopComment(OS, CL, FunctionNumber); in PrintChildLoopComment()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 775 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, in getPICLabel() argument 779 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 81 FunctionNumber = FunctionNum; in MachineFunction()
|