Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp170 PointerToMemberRepresentation::SingleInheritanceFunction); in isSingleInheritance()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h380 SingleInheritanceFunction = 0x05, // member function, single inheritance enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp384 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, SingleInheritanceFunction),
H A DTypeDumpVisitor.cpp99 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceFunction),
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp216 PointerToMemberRepresentation::SingleInheritanceFunction); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1795 return PointerToMemberRepresentation::SingleInheritanceFunction; in translatePtrToMemberRep()