Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp178 PointerToMemberRepresentation::MultipleInheritanceData, in isMultipleInheritance()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h377 MultipleInheritanceData = 0x02, // member data, multiple inheritance enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp381 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, MultipleInheritanceData),
H A DTypeDumpVisitor.cpp96 ENUM_ENTRY(PointerToMemberRepresentation, MultipleInheritanceData),
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp211 PointerToMemberRepresentation::MultipleInheritanceData); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1809 return PointerToMemberRepresentation::MultipleInheritanceData; in translatePtrToMemberRep()