Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp171 PointerToMemberRepresentation::SingleInheritanceFunction); in isSingleInheritance()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h382 SingleInheritanceFunction = 0x05, // member function, single inheritance enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp384 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceFunction),
H A DTypeDumpVisitor.cpp100 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceFunction),
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp216 PointerToMemberRepresentation::SingleInheritanceFunction); in enumeration()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp534 SingleInheritanceFunction: in CreatePointerType()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1921 return PointerToMemberRepresentation::SingleInheritanceFunction; in translatePtrToMemberRep()