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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 115 /// FunctionNumber - This provides a unique ID for each function emitted in
118 unsigned FunctionNumber;
152 unsigned getFunctionNumber() const { return FunctionNumber; }
  /external/llvm/lib/AsmParser/
LLParser.h 245 /// FunctionNumber - If this is an unnamed function, this is the slot
247 int FunctionNumber;
249 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);

Completed in 140 milliseconds