Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1171 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local
1173 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1176 MethodList.addInt(IntTy, td.getTypeSizeInBits(ObjCMethodDescTy) / in GenerateProtocolMethodList()
1179 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy); in GenerateProtocolMethodList()
1186 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList()
1187 return MethodList.finishAndCreateGlobal(".objc_protocol_method_list", in GenerateProtocolMethodList()
2792 auto MethodList = Builder.beginStruct(); in GenerateMethodList() local
2793 MethodList.addNullPointer(CGM.Int8PtrTy); in GenerateMethodList()
2794 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList()
2807 MethodList.addInt(SizeTy, td.getTypeSizeInBits(ObjCMethodTy) / in GenerateMethodList()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h768 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument
771 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord()
774 TypeIndex getMethodList() const { return MethodList; } in getMethodList()
778 TypeIndex MethodList; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
H A DTypeRecordMapping.cpp655 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp539 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp619 IO.mapRequired("MethodList", Record.MethodList); in map()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2485 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local
2487 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()