/llvm-project/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/lld/test/COFF/Inputs/ |
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-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-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/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/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 1190 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 D | TypeRecord.h | 768 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 D | TypeIndexDiscoveryTest.cpp | 245 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 D | every-type.yaml | 158 MethodList: 0x100B
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument 338 for (const auto &M : MethodList.getMethods()) { in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 236 // 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 D | CodeViewYAMLTypes.cpp | 623 IO.mapRequired("MethodList", Record.MethodList); in map()
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.cpp | 282 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
|
H A D | PdbAstBuilder.cpp | 55 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 544 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2613 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() 2615 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList() 2646 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); lowerRecordFieldList() local
|