Home
last modified time | relevance | path

Searched refs:MethodList (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1189 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 DTypeRecord.h769 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 DTypeDumpVisitor.cpp337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
338 for (const auto &M : MethodList.getMethods()) { in visitKnownRecord()
H A DTypeRecordMapping.cpp674 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp544 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp623 IO.mapRequired("MethodList", Record.MethodList); in map()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2646 TypeIndex MethodList = TypeTable.writeLeafType(MOLR);
2648 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in getVBPTypeIndex()
2628 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); lowerRecordFieldList() local