Home
last modified time | relevance | path

Searched refs:FunctionNumber (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h122 unsigned FunctionNumber;
159 unsigned getFunctionNumber() const { return FunctionNumber; }
/external/llvm/lib/AsmParser/
DLLParser.h294 int FunctionNumber; variable
296 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
DLLParser.cpp2131 : 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/
DAsmPrinter.cpp2121 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/
DARMAsmPrinter.cpp775 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, in getPICLabel() argument
779 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp81 FunctionNumber = FunctionNum; in MachineFunction()