Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp187 PointerToMemberRepresentation::VirtualInheritanceData, in isVirtualInheritance()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h378 VirtualInheritanceData = 0x03, // member data, virtual inheritance enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp382 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, VirtualInheritanceData),
H A DTypeDumpVisitor.cpp97 ENUM_ENTRY(PointerToMemberRepresentation, VirtualInheritanceData),
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp213 PointerToMemberRepresentation::VirtualInheritanceData); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1811 return PointerToMemberRepresentation::VirtualInheritanceData; in translatePtrToMemberRep()