HomeSort by relevance Sort by last modified time
    Searched refs:FunctionNumber (Results 1 - 11 of 11) 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; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbbusif.h 154 UCHAR FunctionNumber;
mce.h 905 UCHAR FunctionNumber;
ntddk.h 596 ULONG FunctionNumber:3;
993 USHORT FunctionNumber:3;
    [all...]
wdm.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 292 /// FunctionNumber - If this is an unnamed function, this is the slot
294 int FunctionNumber;
296 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 580 UCHAR FunctionNumber;
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 775 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber,
779 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId));
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 81 FunctionNumber = FunctionNum;
    [all...]

Completed in 526 milliseconds