Home
last modified time | relevance | path

Searched defs:FunctionNumber (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp822 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 DLLParser.h474 int FunctionNumber; global() variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3883 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 DLLParser.cpp727 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 DBinaryFunction.h577 uint64_t FunctionNumber; global() variable