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

  /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;
Mangle.h 219 uint32_t NVOffset, int32_t VBPtrOffset,
223 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
  /external/clang/include/clang/Basic/
ABI.h 61 uint32_t VBPtrOffset;
129 int32_t VBPtrOffset;
  /external/clang/lib/AST/
RecordLayout.cpp 44 CharUnits vbptroffset,
70 CXXInfo->VBPtrOffset = vbptroffset;
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...]
VTableBuilder.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...]
CGExprCXX.cpp 373 for (CharUnits VBPtrOffset : VBPtrOffsets) {
375 if (VBPtrOffset >= NVSize)
382 CharUnits SplitBeforeSize = VBPtrOffset - SplitBeforeOffset;
387 CharUnits SplitAfterOffset = VBPtrOffset + VBPtrWidth;
    [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/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIBuilder.h 248 /// \param VBPtrOffset Virtual base pointer offset.
252 uint64_t BaseOffset, uint32_t VBPtrOffset,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DebugInfo.h 744 * \param VBPtrOffset Virtual base pointer offset.
750 uint64_t BaseOffset, uint32_t VBPtrOffset,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 460 error(IO.mapEncodedInteger(Record.VBPtrOffset));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIBuilder.cpp 321 uint32_t VBPtrOffset,
325 ConstantInt::get(IntegerType::get(VMContext, 32), VBPtrOffset));
    [all...]
DebugInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 543 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex);
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 657 IO.mapRequired("VBPtrOffset", Record.VBPtrOffset);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 1208 milliseconds