Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp170 PointerToMemberRepresentation::SingleInheritanceData, in isSingleInheritance()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h378 SingleInheritanceData = 0x01, // member data, single inheritance enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp380 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceData),
H A DTypeDumpVisitor.cpp96 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceData),
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp209 PointerToMemberRepresentation::SingleInheritanceData); in enumeration()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp532 case llvm::codeview::PointerToMemberRepresentation::SingleInheritanceData: in CreatePointerType()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1933 return PointerToMemberRepresentation::SingleInheritanceData; in translatePtrToMemberRep()