Searched refs:MethodList (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 1189 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local 1191 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList() 1194 MethodList.addInt(IntTy, td.getTypeSizeInBits(ObjCMethodDescTy) / in GenerateProtocolMethodList() 1197 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy); in GenerateProtocolMethodList() 1204 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList() 1205 return MethodList.finishAndCreateGlobal(".objc_protocol_method_list", in GenerateProtocolMethodList() 3003 auto MethodList = Builder.beginStruct(); in GenerateMethodList() local 3004 MethodList.addNullPointer(CGM.Int8PtrTy); in GenerateMethodList() 3005 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList() 3018 MethodList.addInt(SizeTy, td.getTypeSizeInBits(ObjCMethodTy) / in GenerateMethodList() [all …]
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/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 | 674 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 544 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 623 IO.mapRequired("MethodList", Record.MethodList); in map()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2646 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); 2648 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in getVBPTypeIndex() 2628 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); lowerRecordFieldList() local
|