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.h272 int FunctionNumber; variable
274 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
DLLParser.cpp1961 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
2000 FunctionID.UIntVal = FunctionNumber; in FinishFunction()
3137 int FunctionNumber = -1; in ParseFunctionBody() local
3138 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in ParseFunctionBody()
3140 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2025 unsigned FunctionNumber) { in PrintParentLoopComment() argument
2027 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment()
2029 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment()
2038 unsigned FunctionNumber) { in PrintChildLoopComment() argument
2042 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment()
2045 PrintChildLoopComment(OS, *CL, FunctionNumber); in PrintChildLoopComment()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp80 FunctionNumber = FunctionNum; in MachineFunction()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp901 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, in getPICLabel() argument
905 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()