Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp189 PointerToMemberRepresentation::VirtualInheritanceFunction); in isVirtualInheritance()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h394 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance enumerator
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-ptr-to-member.ll120 ; CHECK: Representation: VirtualInheritanceFunction (0x7)
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp102 ENUM_ENTRY(PointerToMemberRepresentation, VirtualInheritanceFunction),
H A DEnumTables.cpp392 VirtualInheritanceFunction),
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp220 PointerToMemberRepresentation::VirtualInheritanceFunction); in enumeration()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp549 VirtualInheritanceFunction: in CreatePointerType()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1925 return PointerToMemberRepresentation::VirtualInheritanceFunction; in lowerTypePointer()