Home
last modified time | relevance | path

Searched refs:SingleInheritanceData (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp170 PointerToMemberRepresentation::SingleInheritanceData, in isSingleInheritance()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h388 SingleInheritanceData = 0x01, // member data, single inheritance enumerator
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-ptr-to-member.ll39 ; CHECK: Representation: SingleInheritanceData (0x1)
H A Dtype-quals.ll336 ; CHECK: Representation: SingleInheritanceData (0x1)
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp96 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceData),
H A DEnumTables.cpp384 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceData),
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp209 PointerToMemberRepresentation::SingleInheritanceData); in enumeration()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp533 case llvm::codeview::PointerToMemberRepresentation::SingleInheritanceData: in CreatePointerType()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1933 return PointerToMemberRepresentation::SingleInheritanceData; in lowerTypePointer()