Home
last modified time | relevance | path

Searched refs:MethodList (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1174 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local
1176 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1189 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList()
2877 auto MethodList = Builder.beginStruct(); in GenerateMethodList() local
2878 MethodList.addNullPointer(CGM.Int8PtrTy); in GenerateMethodList()
2879 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList()
2927 MethodArray.finishAndAddTo(MethodList); in GenerateMethodList()
3090 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local
3091 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
3099 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList()
[all …]
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-type-server-guid-collision-b-pdb.yaml164 MethodList: 4111
365 MethodList: 4123
471 MethodList: 4133
581 MethodList: 4143
988 MethodList: 4170
H A Dpdb-type-server-guid-collision-a-pdb.yaml136 MethodList: 4108
337 MethodList: 4120
443 MethodList: 4130
553 MethodList: 4140
960 MethodList: 4167
H A Dpdb-file-statics-b.yaml279 MethodList: 4114
490 MethodList: 4128
606 MethodList: 4140
726 MethodList: 4152
1185 MethodList: 4187
H A Dpdb-file-statics-a.yaml304 MethodList: 4118
515 MethodList: 4132
631 MethodList: 4144
751 MethodList: 4156
1210 MethodList: 4191
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-thunk.yaml515 MethodList: 4110
520 MethodList: 4114
689 MethodList: 4133
694 MethodList: 4137
852 MethodList: 4152
869 MethodList: 4157
1124 MethodList: 4193
1335 MethodList: 4207
1451 MethodList: 4219
1571 MethodList: 4231
[all …]
H A Dpdb-heapsite.yaml449 MethodList: 4121
660 MethodList: 4135
776 MethodList: 4147
896 MethodList: 4159
1355 MethodList: 4194
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h769 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument
772 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord()
775 TypeIndex getMethodList() const { return MethodList; } in getMethodList()
779 TypeIndex MethodList; variable
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-yaml-types.test118 YAML: MethodList: 4105
235 YAML: MethodList: 4117
341 YAML: MethodList: 4127
448 YAML: MethodList: 4138
601 YAML: MethodList: 4152
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp483 checkTypeReferences(0, OverloadedMethod.MethodList); in TEST_F()
531 0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList, in TEST_F()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
338 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
H A DTypeRecordMapping.cpp675 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp272 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
H A DPdbAstBuilder.cpp53 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml158 MethodList: 0x100B
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp542 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp622 IO.mapRequired("MethodList", Record.MethodList); in map()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2594 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local
2596 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()