Home
last modified time | relevance | path

Searched refs:VirtualInheritanceData (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp188 PointerToMemberRepresentation::VirtualInheritanceData, in isVirtualInheritance()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h390 VirtualInheritanceData = 0x03, // member data, virtual inheritance enumerator
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-ptr-to-member.ll65 ; CHECK: Representation: VirtualInheritanceData (0x3)
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp98 ENUM_ENTRY(PointerToMemberRepresentation, VirtualInheritanceData),
H A DEnumTables.cpp386 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, VirtualInheritanceData),
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp213 PointerToMemberRepresentation::VirtualInheritanceData); in enumeration()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp547 VirtualInheritanceData: in CreatePointerType()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1937 return PointerToMemberRepresentation::VirtualInheritanceData; in lowerTypePointer()