Searched defs:getFunctionNumber (Results 1 – 2 of 2) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryFunction.h | 1412 uint64_t getFunctionNumber() const { return FunctionNumber; } getFunctionNumber() function |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | AsmPrinter.cpp | 379 unsigned AsmPrinter::getFunctionNumber() const { getFunctionNumber() function in AsmPrinter |