Searched refs:MethodList (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1174 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local 1176 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList() 1179 MethodList.addInt(IntTy, td.getTypeSizeInBits(ObjCMethodDescTy) / in GenerateProtocolMethodList() 1182 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy); in GenerateProtocolMethodList() 1189 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList() 1190 return MethodList.finishAndCreateGlobal(".objc_protocol_method_list", 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() 2892 MethodList.addInt(SizeTy, td.getTypeSizeInBits(ObjCMethodTy) / in GenerateMethodList() [all …]
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument 337 for (const auto &M : MethodList.getMethods()) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 674 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 279 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
|
| H A D | PdbAstBuilder.cpp | 54 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 542 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 622 IO.mapRequired("MethodList", Record.MethodList); in map()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2613 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local 2615 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
|