Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1174 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 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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
337 for (const auto &M : MethodList.getMethods()) { in visitKnownRecord()
H A DTypeRecordMapping.cpp674 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp279 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
H A DPdbAstBuilder.cpp54 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp542 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp622 IO.mapRequired("MethodList", Record.MethodList); in map()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2613 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local
2615 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()