Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp169 PointerToMemberRepresentation::SingleInheritanceData, in isSingleInheritance()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h373 SingleInheritanceData = 0x01, // member data, single inheritance enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp377 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceData),
H A DTypeDumpVisitor.cpp95 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceData),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp209 PointerToMemberRepresentation::SingleInheritanceData); in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1807 return PointerToMemberRepresentation::SingleInheritanceData; in translatePtrToMemberRep()