HomeSort by relevance Sort by last modified time
    Searched refs:FunctionNumber (Results 1 - 6 of 6) 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;
146 unsigned getFunctionNumber() const { return FunctionNumber; }
  /external/llvm/lib/AsmParser/
LLParser.h 241 /// FunctionNumber - If this is an unnamed function, this is the slot
243 int FunctionNumber;
245 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 73 FunctionNumber = FunctionNum;
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 800 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber,
804 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId));
    [all...]

Completed in 183 milliseconds