| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1174 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 D | pdb-type-server-guid-collision-b-pdb.yaml | 164 MethodList: 4111 365 MethodList: 4123 471 MethodList: 4133 581 MethodList: 4143 988 MethodList: 4170
|
| H A D | pdb-type-server-guid-collision-a-pdb.yaml | 136 MethodList: 4108 337 MethodList: 4120 443 MethodList: 4130 553 MethodList: 4140 960 MethodList: 4167
|
| H A D | pdb-file-statics-b.yaml | 279 MethodList: 4114 490 MethodList: 4128 606 MethodList: 4140 726 MethodList: 4152 1185 MethodList: 4187
|
| H A D | pdb-file-statics-a.yaml | 304 MethodList: 4118 515 MethodList: 4132 631 MethodList: 4144 751 MethodList: 4156 1210 MethodList: 4191
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-thunk.yaml | 515 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 D | pdb-heapsite.yaml | 449 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 D | TypeRecord.h | 769 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 D | pdbdump-yaml-types.test | 118 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 D | TypeIndexDiscoveryTest.cpp | 483 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 D | TypeDumpVisitor.cpp | 337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument 338 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 675 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 272 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
|
| H A D | PdbAstBuilder.cpp | 53 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | every-type.yaml | 158 MethodList: 0x100B
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 542 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 622 IO.mapRequired("MethodList", Record.MethodList); in map()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2594 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local 2596 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
|