Home
last modified time | relevance | path

Searched refs:SingleInheritanceFunction (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp171 PointerToMemberRepresentation::SingleInheritanceFunction); in isSingleInheritance()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h392 SingleInheritanceFunction = 0x05, // member function, single inheritance enumerator
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-ptr-to-member.ll94 ; CHECK: Representation: SingleInheritanceFunction (0x5)
H A Dtype-quals.ll350 ; CHECK: Representation: SingleInheritanceFunction (0x5)
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp100 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceFunction),
H A DEnumTables.cpp388 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceFunction),
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp216 PointerToMemberRepresentation::SingleInheritanceFunction); in enumeration()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp535 SingleInheritanceFunction: in CreatePointerType()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1921 return PointerToMemberRepresentation::SingleInheritanceFunction; in lowerTypePointer()