Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h580 uint64_t FunctionNumber; variable
685 FunctionNumber(++Count) { in BinaryFunction()
694 FunctionNumber(++Count) { in BinaryFunction()
1460 uint64_t getFunctionNumber() const { return FunctionNumber; } in getFunctionNumber()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h315 unsigned FunctionNumber;
631 unsigned getFunctionNumber() const { return FunctionNumber; }
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp807 static MCSymbol *getBFLabel(StringRef Prefix, unsigned FunctionNumber, in getBFLabel() argument
811 + "BF" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getBFLabel()
815 static MCSymbol *getPICLabel(StringRef Prefix, unsigned FunctionNumber, in getPICLabel() argument
819 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3456 unsigned FunctionNumber) { in PrintParentLoopComment() argument
3458 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment()
3460 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment()
3468 unsigned FunctionNumber) { in PrintChildLoopComment() argument
3472 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment()
3475 PrintChildLoopComment(OS, CL, FunctionNumber); in PrintChildLoopComment()
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h426 int FunctionNumber; variable
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2900 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
5816 if (FunctionNumber == -1) { in resolveForwardRefBlockAddresses()
5821 ID.UIntVal = FunctionNumber; in resolveForwardRefBlockAddresses()
5862 int FunctionNumber = -1; in parseFunctionBody() local
5863 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in parseFunctionBody()
5865 PerFunctionState PFS(*this, Fn, FunctionNumber); in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp166 FunctionNumber = FunctionNum; in MachineFunction()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp418 OS << "\n Number : " << FunctionNumber in print()