Searched defs:getFunctionNumber (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h144 /// getFunctionNumber - Return a unique ID for the current function.
146 unsigned getFunctionNumber() const { return FunctionNumber; } function in class:llvm::MachineFunction
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp125 /// getFunctionNumber - Return a unique ID for the current function.
127 unsigned AsmPrinter::getFunctionNumber() const { function in class:AsmPrinter
128 return MF->getFunctionNumber();
1863 (Twine(MAI->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber())
1876 (Twine(MAI->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" +
1943 Twine(AP.getFunctionNumber())+"_" +
1953 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());
1963 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());

Completed in 118 milliseconds