Home
last modified time | relevance | path

Searched full:methodlist (Results 1 – 18 of 18) sorted by relevance

/llvm-project/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/lld/test/COFF/Inputs/
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-type-server-guid-collision-b-pdb.yaml164 MethodList: 4111
365 MethodList: 4123
471 MethodList: 4133
581 MethodList: 4143
988 MethodList: 4170
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/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/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1190 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList()
1192 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1195 MethodList.addInt(IntTy, DL.getTypeSizeInBits(ObjCMethodDescTy) / in GenerateProtocolMethodList()
1198 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy); in GenerateProtocolMethodList()
1205 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList()
1206 return MethodList.finishAndCreateGlobal(".objc_protocol_method_list", in GenerateProtocolMethodList()
3004 /// Generates a MethodList. Used in construction of a objc_class and in GenerateMethodList()
3016 auto MethodList = Builder.beginStruct(); in GenerateMethodList()
3017 MethodList.addNullPointer(CGM.Int8PtrTy); in GenerateMethodList()
3018 MethodList in GenerateMethodList()
1189 auto MethodList = Builder.beginStruct(); GenerateProtocolMethodList() local
3003 auto MethodList = Builder.beginStruct(); GenerateMethodList() local
3215 auto MethodList = Builder.beginStruct(); GenerateProtocolMethodList() local
3275 llvm::Constant *MethodList = GenerateProtocolMethodList({}); GenerateEmptyProtocol() local
3738 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", GenerateClass() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h768 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord()
771 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord()
774 TypeIndex getMethodList() const { return MethodList; } in getNumOverloads()
778 TypeIndex MethodList;
769 OverloadedMethodRecord(uint16_t NumOverloads,TypeIndex MethodList,StringRef Name) OverloadedMethodRecord() argument
779 TypeIndex MethodList; global() variable
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp245 OverloadedMethodRecord OverloadedMethod(3, TypeIndex(49), "MethodList");
483 checkTypeReferences(0, OverloadedMethod.MethodList); in TEST_F()
531 0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList, in TEST_F()
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml158 MethodList: 0x100B
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
338 for (const auto &M : MethodList.getMethods()) { in visitKnownRecord()
H A DTypeRecordMapping.cpp236 // FieldList and MethodList records can be any length because they can be in visitTypeBegin()
674 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp623 IO.mapRequired("MethodList", Record.MethodList); in map()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp282 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
H A DPdbAstBuilder.cpp55 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp544 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2613 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList()
2615 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
2646 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); lowerRecordFieldList() local