HomeSort by: relevance | last modified time | path
    Searched refs:MethodList (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 1171 auto MethodList = Builder.beginStruct();
1173 MethodList.addInt(IntTy, Methods.size());
1176 MethodList.addInt(IntTy, td.getTypeSizeInBits(ObjCMethodDescTy) /
1179 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy);
1186 MethodArray.finishAndAddTo(MethodList);
1187 return MethodList.finishAndCreateGlobal(".objc_protocol_method_list",
2780 /// Generates a MethodList. Used in construction of a objc_class and
2792 auto MethodList = Builder.beginStruct();
2793 MethodList.addNullPointer(CGM.Int8PtrTy);
2794 MethodList.addInt(Int32Ty, Methods.size())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 768 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList,
771 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {}
774 TypeIndex getMethodList() const { return MethodList; }
778 TypeIndex MethodList;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp 336 MethodOverloadListRecord &MethodList) {
337 for (auto &M : MethodList.getMethods()) {
TypeRecordMapping.cpp 216 // FieldList and MethodList records can be any length because they can be
655 error(IO.mapInteger(Record.MethodList, "MethodListIndex"));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 539 Method.Name, Method.NumOverloads, Method.MethodList);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 619 IO.mapRequired("MethodList", Record.MethodList);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2485 TypeIndex MethodList = TypeTable.writeLeafType(MOLR);
2487 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name);

Completed in 37 milliseconds