Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp170 PointerToMemberRepresentation::SingleInheritanceData, in isSingleInheritance()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h388 SingleInheritanceData = 0x01, // member data, single inheritance enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp384 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceData),
H A DTypeDumpVisitor.cpp96 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceData),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp209 PointerToMemberRepresentation::SingleInheritanceData); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp533 case llvm::codeview::PointerToMemberRepresentation::SingleInheritanceData: in CreatePointerType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1966 return PointerToMemberRepresentation::SingleInheritanceData; in lowerTypeMemberPointer()