Home
last modified time | relevance | path

Searched refs:VirtualInheritanceFunction (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h356 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance enumerator
/external/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll126 ; CHECK: Representation: VirtualInheritanceFunction (0x7)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll126 ; CHECK: Representation: VirtualInheritanceFunction (0x7)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp102 ENUM_ENTRY(PointerToMemberRepresentation, VirtualInheritanceFunction),
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp147 ENUM_ENTRY(PointerToMemberRepresentation, VirtualInheritanceFunction),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp216 PointerToMemberRepresentation::VirtualInheritanceFunction); in enumeration()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1194 return PointerToMemberRepresentation::VirtualInheritanceFunction; in translatePtrToMemberRep()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1574 return PointerToMemberRepresentation::VirtualInheritanceFunction; in translatePtrToMemberRep()