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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3419 uint64_t baseMethods; // const method_list_t * (64-bit pointer)
3432 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */
3728 sys::swapByteOrder(cro.baseMethods);
3741 sys::swapByteOrder(cro.baseMethods);
5196 outs() << " baseMethods ";
5197 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods),
5198 S, info, n_value, cro.baseMethods);
5204 if (cro.baseMethods != 0)
5205 outs() << " + " << format("0x%" PRIx64, cro.baseMethods);
5207 outs() << format("0x%" PRIx64, cro.baseMethods);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-02.cc 639 const struct method_list_t * const baseMethods;
691 /* const struct method_list_t * const baseMethods; */
692 add_field_decl (objc_method_list_ptr, "baseMethods", &chain);
3222 tree baseMethods, tree baseProtocols,
3261 /* baseMethods */
3263 if (baseMethods)
3264 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, baseMethods, 0));
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-02.cc 639 const struct method_list_t * const baseMethods;
691 /* const struct method_list_t * const baseMethods; */
692 add_field_decl (objc_method_list_ptr, "baseMethods", &chain);
3219 tree baseMethods, tree baseProtocols,
3258 /* baseMethods */
3260 if (baseMethods)
3261 expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR, baseMethods, 0));
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 6151 /// const struct _method_list_t *baseMethods;
6236 Result += "\tconst struct _method_list_t *baseMethods;\n";
6420 ArrayRef<ObjCMethodDecl *>baseMethods,
6442 if (baseMethods.size() > 0) {

Completed in 36 milliseconds