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

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 188 TypeIndex ArgumentList, int32_t ThisPointerAdjustment)
193 ThisPointerAdjustment(ThisPointerAdjustment) {}
209 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; }
230 int32_t ThisPointerAdjustment;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 180 TypeIndex ArgumentList, int32_t ThisPointerAdjustment)
185 ThisPointerAdjustment(ThisPointerAdjustment) {}
194 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; }
203 int32_t ThisPointerAdjustment;

Completed in 1540 milliseconds