Searched refs:MethodList (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1150 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local 1152 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList() 1165 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList() 2674 auto MethodList = Builder.beginStruct(); in GenerateMethodList() local 2675 MethodList.addNullPointer(CGM.Int8PtrTy); in GenerateMethodList() 2676 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList() 2726 MethodArray.finishAndAddTo(MethodList); in GenerateMethodList() 2889 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local 2890 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList() 2898 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 775 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument 778 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord() 781 TypeIndex getMethodList() const { return MethodList; } in getMethodList() 785 TypeIndex MethodList; variable
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument 338 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 421 error(IO.mapInteger(Record.MethodList)); in visitKnownMember()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 533 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 615 IO.mapRequired("MethodList", Record.MethodList); in map()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2355 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local 2357 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
|