Searched refs:MethodList (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1173 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local 1175 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList() 1188 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList() 2795 auto MethodList = Builder.beginStruct(); in GenerateMethodList() local 2796 MethodList.addNullPointer(CGM.Int8PtrTy); in GenerateMethodList() 2797 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList() 2845 MethodArray.finishAndAddTo(MethodList); in GenerateMethodList() 3008 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local 3009 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList() 3017 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 768 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
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument 337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 655 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 252 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 539 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 619 IO.mapRequired("MethodList", Record.MethodList); in map()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2486 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local 2488 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
|