Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1150 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 DTypeRecord.h775 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 DTypeDumpVisitor.cpp337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
338 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
H A DTypeRecordMapping.cpp421 error(IO.mapInteger(Record.MethodList)); in visitKnownMember()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp533 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp615 IO.mapRequired("MethodList", Record.MethodList); in map()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2355 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local
2357 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()