Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h355 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance enumerator
/external/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll112 ; CHECK: Representation: MultipleInheritanceFunction (0x6)
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp146 ENUM_ENTRY(PointerToMemberRepresentation, MultipleInheritanceFunction),
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1192 return PointerToMemberRepresentation::MultipleInheritanceFunction; in translatePtrToMemberRep()