Searched refs:FunctionNumber (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 580 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 D | MachineFunction.h | 315 unsigned FunctionNumber; 631 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 807 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 D | AsmPrinter.cpp | 3456 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 D | LLParser.h | 426 int FunctionNumber; variable
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2900 : 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 D | MachineFunction.cpp | 166 FunctionNumber = FunctionNum; in MachineFunction()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 418 OS << "\n Number : " << FunctionNumber in print()
|