HomeSort by: relevance | last modified time | path
    Searched defs:objc_objfile_data (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
objc-lang.c 80 static const registry<objfile>::key<unsigned int> objc_objfile_data; member in class:objfile
1003 objc_csym = objc_objfile_data.get (objfile);
1055 objc_csym = objc_objfile_data.emplace (objfile, objfile_csym);
  /src/external/gpl3/gdb/dist/gdb/
objc-lang.c 80 static const registry<objfile>::key<unsigned int> objc_objfile_data; member in class:objfile
1003 objc_csym = objc_objfile_data.get (objfile);
1055 objc_csym = objc_objfile_data.emplace (objfile, objfile_csym);

Completed in 44 milliseconds