Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h354 SingleInheritanceFunction = 0x05, // member function, single inheritance enumerator
/external/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll98 ; CHECK: Representation: SingleInheritanceFunction (0x5)
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp145 ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceFunction),
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1190 return PointerToMemberRepresentation::SingleInheritanceFunction; in translatePtrToMemberRep()