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 119 /// FunctionNumber - This provides a unique ID for each function emitted in
122 unsigned FunctionNumber;
159 unsigned getFunctionNumber() const { return FunctionNumber; }
  /external/llvm/lib/AsmParser/
LLParser.h 270 /// FunctionNumber - If this is an unnamed function, this is the slot
272 int FunctionNumber;
274 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);

Completed in 186 milliseconds