Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp171 PointerToMemberRepresentation::SingleInheritanceFunction); in isSingleInheritance()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h392 SingleInheritanceFunction = 0x05, // member function, single inheritance enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp388 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceFunction),
H A DTypeDumpVisitor.cpp100 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceFunction),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp216 PointerToMemberRepresentation::SingleInheritanceFunction); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp535 SingleInheritanceFunction: in CreatePointerType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1954 return PointerToMemberRepresentation::SingleInheritanceFunction; in translatePtrToMemberRep()