Searched defs:FunctionNumber (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 822 getBFLabel(StringRef Prefix,unsigned FunctionNumber,unsigned LabelId,MCContext & Ctx) getBFLabel() argument 830 getPICLabel(StringRef Prefix,unsigned FunctionNumber,unsigned LabelId,MCContext & Ctx) getPICLabel() argument
|
/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 474 int FunctionNumber; global() variable
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3883 PrintParentLoopComment(raw_ostream & OS,const MachineLoop * Loop,unsigned FunctionNumber) PrintParentLoopComment() argument 3895 PrintChildLoopComment(raw_ostream & OS,const MachineLoop * Loop,unsigned FunctionNumber) PrintChildLoopComment() argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 727 unsigned FunctionNumber = -1; parseDeclare() local 743 unsigned FunctionNumber = -1; parseDefine() local 6288 parseFunctionHeader(Function * & Fn,bool IsDefine,unsigned & FunctionNumber,SmallVectorImpl<unsigned> & UnnamedArgNums) parseFunctionHeader() argument 6576 parseFunctionBody(Function & Fn,unsigned FunctionNumber,ArrayRef<unsigned> UnnamedArgNums) parseFunctionBody() argument [all...] |
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryFunction.h | 577 uint64_t FunctionNumber; global() variable
|