Searched defs:FunctionNumber (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h130 /// FunctionNumber - This provides a unique ID for each function emitted in
133 unsigned FunctionNumber; member in class:llvm::MachineFunction
168 unsigned getFunctionNumber() const { return FunctionNumber; }
/external/llvm/lib/AsmParser/
H A DLLParser.h304 /// FunctionNumber - If this is an unnamed function, this is the slot
306 int FunctionNumber; member in class:llvm::LLParser::PerFunctionState
308 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp811 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, argument
815 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2332 unsigned FunctionNumber) {
2334 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
2336 << "Parent Loop BB" << FunctionNumber << "_"
2345 unsigned FunctionNumber) {
2349 << "Child Loop BB" << FunctionNumber << "_"
2352 PrintChildLoopComment(OS, CL, FunctionNumber);
2331 PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
2344 PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument

Completed in 110 milliseconds