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

  /external/clang/include/clang/Basic/
ABI.h 61 uint32_t VBPtrOffset;
129 int32_t VBPtrOffset;
  /external/clang/include/clang/AST/
RecordLayout.h 91 /// VBPtrOffset - Virtual base table offset (Microsoft-only).
92 CharUnits VBPtrOffset;
145 CharUnits vbptroffset,
274 return !CXXInfo->VBPtrOffset.isNegative();
294 return CXXInfo->VBPtrOffset;
  /external/clang/lib/AST/
MicrosoftMangle.cpp 162 int32_t VBPtrOffset, uint32_t VBIndex,
167 uint32_t NVOffset, int32_t VBPtrOffset,
595 uint64_t VBPtrOffset = 0;
608 VBPtrOffset = Layout.getVBPtrOffset().getQuantity();
632 mangleNumber(VBPtrOffset);
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 864 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
869 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
874 uint64_t getVBPtrOffset() const { return VBPtrOffset; }
880 uint64_t VBPtrOffset;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 565 llvm::Value *VBPtrOffset,
571 int32_t VBPtrOffset,
575 llvm::Value *VBPOffset = llvm::ConstantInt::get(CGM.IntTy, VBPtrOffset),
589 llvm::Value *VBPtrOffset /* optional */);
740 int32_t VBPtrOffset = -1,
    [all...]

Completed in 529 milliseconds