Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1173 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 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
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp252 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp539 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp619 IO.mapRequired("MethodList", Record.MethodList); in map()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2486 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local
2488 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()