HomeSort by: relevance | last modified time | path
    Searched refs:ThisPointerAdjustment (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 178 TypeIndex ArgumentList, int32_t ThisPointerAdjustment)
183 ThisPointerAdjustment(ThisPointerAdjustment) {}
192 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; }
201 int32_t ThisPointerAdjustment = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 333 error(IO.mapInteger(Record.ThisPointerAdjustment, "ThisAdjustment"));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 417 MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 420 IO.mapRequired("ThisPointerAdjustment", Record.ThisPointerAdjustment);

Completed in 19 milliseconds