Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp171 PointerToMemberRepresentation::SingleInheritanceFunction); in isSingleInheritance()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h374 SingleInheritanceFunction = 0x05, // member function, single inheritance enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp100 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceFunction),
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp212 PointerToMemberRepresentation::SingleInheritanceFunction); in enumeration()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1686 return PointerToMemberRepresentation::SingleInheritanceFunction; in translatePtrToMemberRep()