Searched refs:MethodOverloadList (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeIndexDiscoveryTest.cpp | 230 } MethodOverloadList; variable 407 writeTypeRecords(MethodOverloadList.Record); in TEST_F() 408 checkTypeReferences(0, MethodOverloadList.T1, MethodOverloadList.T2, in TEST_F() 409 MethodOverloadList.T3, MethodOverloadList.T4); in TEST_F() 432 MethodOverloadList.Record, Pointer, MemberPointer); in TEST_F() 455 checkTypeReferences(18, MethodOverloadList.T1, MethodOverloadList.T2, in TEST_F() 456 MethodOverloadList.T3, MethodOverloadList.T4); in TEST_F()
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.h | 24 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enumerator
|
H A D | CodeViewTypes.def | 87 TYPE_RECORD(LF_METHODLIST, 0x1206, MethodOverloadList)
|
H A D | TypeRecord.h | 756 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord()
|
/llvm-project/llvm/test/DebugInfo/PDB/ |
H A D | pdbdump-yaml-types.test | 99 YAML: MethodOverloadList: 212 YAML: MethodOverloadList: 322 YAML: MethodOverloadList: 425 YAML: MethodOverloadList: 578 YAML: MethodOverloadList:
|
/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
H A D | codeview-types.test | 28 // CHECK-DAG: {{^ *MethodOverloadList (.*) {$}}
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | types-method-ref-qualifiers.ll | 171 ; CHECK: MethodOverloadList (0x100B) {
|
H A D | types-non-virtual-methods.ll | 205 ; CHECK: MethodOverloadList (0x1011) {
|
H A D | class-options-common.ll | 660 ; ASM-INLINE-COMMENTS: # MethodOverloadList (0x1088)
|