Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp170 PointerToMemberRepresentation::SingleInheritanceFunction); in isSingleInheritance()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h377 SingleInheritanceFunction = 0x05, // member function, single inheritance enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp381 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceFunction),
H A DTypeDumpVisitor.cpp99 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceFunction),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp216 PointerToMemberRepresentation::SingleInheritanceFunction); in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1795 return PointerToMemberRepresentation::SingleInheritanceFunction; in translatePtrToMemberRep()