Searched refs:FunctionNumber (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h115 /// FunctionNumber - This provides a unique ID for each function emitted in
118 unsigned FunctionNumber; member in class:llvm::MachineFunction
148 unsigned getFunctionNumber() const { return FunctionNumber; }
/external/llvm/lib/AsmParser/
H A DLLParser.h242 /// FunctionNumber - If this is an unnamed function, this is the slot
244 int FunctionNumber; member in class:llvm::LLParser::PerFunctionState
246 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
H A DLLParser.cpp1626 : P(p), F(f), FunctionNumber(functionNumber) {
1665 FunctionID.UIntVal = FunctionNumber;
2782 int FunctionNumber = -1;
2783 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1;
2785 PerFunctionState PFS(*this, Fn, FunctionNumber);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2029 unsigned FunctionNumber) {
2031 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
2033 << "Parent Loop BB" << FunctionNumber << "_"
2042 unsigned FunctionNumber) {
2046 << "Child Loop BB" << FunctionNumber << "_"
2049 PrintChildLoopComment(OS, *CL, FunctionNumber);
2028 PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
2041 PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp71 FunctionNumber = FunctionNum;
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp828 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, argument
832 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId));

Completed in 104 milliseconds