Home
last modified time | relevance | path

Searched refs:MultipleInheritanceFunction (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp180 PointerToMemberRepresentation::MultipleInheritanceFunction); in isMultipleInheritance()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h393 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance enumerator
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-ptr-to-member.ll107 ; CHECK: Representation: MultipleInheritanceFunction (0x6)
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp101 ENUM_ENTRY(PointerToMemberRepresentation, MultipleInheritanceFunction),
H A DEnumTables.cpp390 MultipleInheritanceFunction),
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp218 PointerToMemberRepresentation::MultipleInheritanceFunction); in enumeration()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp542 MultipleInheritanceFunction: in CreatePointerType()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1923 return PointerToMemberRepresentation::MultipleInheritanceFunction; in lowerTypePointer()