Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp169 PointerToMemberRepresentation::SingleInheritanceData, in isSingleInheritance()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h376 SingleInheritanceData = 0x01, // member data, single inheritance enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp380 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceData),
H A DTypeDumpVisitor.cpp95 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceData),
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp209 PointerToMemberRepresentation::SingleInheritanceData); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1807 return PointerToMemberRepresentation::SingleInheritanceData; in translatePtrToMemberRep()