HomeSort by relevance Sort by last modified time
    Searched defs:getFunctionNumber (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 157 /// getFunctionNumber - Return a unique ID for the current function.
159 unsigned getFunctionNumber() const { return FunctionNumber; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 122 /// getFunctionNumber - Return a unique ID for the current function.
124 unsigned AsmPrinter::getFunctionNumber() const {
125 return MF->getFunctionNumber();
    [all...]

Completed in 801 milliseconds