Searched refs:MethodOverloadList (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 231 } MethodOverloadList; variable 408 writeTypeRecords(MethodOverloadList.Record); in TEST_F() 409 checkTypeReferences(0, MethodOverloadList.T1, MethodOverloadList.T2, in TEST_F() 410 MethodOverloadList.T3, MethodOverloadList.T4); in TEST_F() 433 MethodOverloadList.Record, Pointer, MemberPointer); in TEST_F() 456 checkTypeReferences(18, MethodOverloadList.T1, MethodOverloadList.T2, in TEST_F() 457 MethodOverloadList.T3, MethodOverloadList.T4); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | ContinuationRecordBuilder.h | 33 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enumerator
|
D | CodeViewTypes.def | 88 TYPE_RECORD(LF_METHODLIST, 0x1206, MethodOverloadList)
|
D | TypeRecord.h | 728 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | MethodListRecordBuilder.cpp | 17 : ListRecordBuilder(TypeRecordKind::MethodOverloadList) {} in MethodListRecordBuilder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-yaml-types.test | 99 YAML: MethodOverloadList: 212 YAML: MethodOverloadList: 322 YAML: MethodOverloadList: 425 YAML: MethodOverloadList: 578 YAML: MethodOverloadList:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | codeview-types.test | 28 // CHECK-DAG: {{^ *MethodOverloadList (.*) {$}}
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-types.test | 28 // CHECK-DAG: {{^ *MethodOverloadList (.*) {$}}
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecords.def | 88 TYPE_RECORD(LF_METHODLIST, 0x1206, MethodOverloadList)
|
D | TypeRecord.h | 936 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-non-virtual-methods.ll | 206 ; CHECK: MethodOverloadList (0x1011) {
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-non-virtual-methods.ll | 206 ; CHECK: MethodOverloadList (0x1011) {
|