Home
last modified time | relevance | path

Searched refs:VBPtrOffset (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h898 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord()
903 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord()
908 uint64_t getVBPtrOffset() const { return VBPtrOffset; } in getVBPtrOffset()
914 uint64_t VBPtrOffset = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h450 int32_t VBPtrOffset = 0; member
570 int32_t VBPtrOffset = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp460 OS << "`vtordispex{" << ThisAdjust.VBPtrOffset << ", " in outputPost()
629 OS << NVOffset << ", " << VBPtrOffset << ", " << VBTableOffset << ", " in output()
DMicrosoftDemangle.cpp369 RBCDN->VBPtrOffset = demangleSigned(MangledName); in demangleRttiBaseClassDescriptorNode()
1876 TTN->ThisAdjust.VBPtrOffset = demangleSigned(MangledName); in demangleFunctionEncoding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h257 uint64_t BaseOffset, uint32_t VBPtrOffset,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h892 uint64_t BaseOffset, uint32_t VBPtrOffset,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp325 uint32_t VBPtrOffset, in createInheritance() argument
329 ConstantInt::get(IntegerType::get(VMContext, 32), VBPtrOffset)); in createInheritance()
DDebugInfo.cpp1120 uint64_t BaseOffset, uint32_t VBPtrOffset, in LLVMDIBuilderCreateInheritance() argument
1124 BaseOffset, VBPtrOffset, map_from_llvmDIFlags(Flags))); in LLVMDIBuilderCreateInheritance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp672 error(IO.mapEncodedInteger(Record.VBPtrOffset, "VBPtrOffset")); in visitKnownMember()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp656 IO.mapRequired("VBPtrOffset", Record.VBPtrOffset); in map()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2327 unsigned VBPtrOffset = I->getVBPtrOffset(); in lowerRecordFieldList() local
2335 getTypeIndex(I->getBaseType()), getVBPTypeIndex(), VBPtrOffset, in lowerRecordFieldList()