Home
last modified time | relevance | path

Searched refs:get_filename (Results 1 – 13 of 13) sorted by relevance

/external/oprofile/libutil++/
Dop_bfd.cpp164 << "\" twice for " << get_filename() in op_bfd()
455 return op_bfd_symbol(start, end - start, get_filename()); in create_artificial_symbol()
459 string op_bfd::get_filename() const in get_filename() function in op_bfd
Dop_bfd.h180 std::string get_filename() const;
Dop_spu_bfd.cpp160 << "\" twice for " << get_filename() in op_bfd()
/external/oprofile/libpp/
Dcallgraph_container.cpp116 << " for binary " << bfd.get_filename() << dec << endl; in get_symbol_by_filepos()
208 cverb << vdebug << prefix << " " << b.get_filename() in verbose_bfd()
506 string const image_name = caller_bfd.get_filename(); in add()
532 image_name_id callee_image_id = image_names.create(callee_bfd.get_filename()); in add()
Dpopulate_for_spu.cpp79 fname_to_check = abfd->get_filename(); in populate_spu_profile_from_files()
Dprofile_container.cpp77 string const image_name = abfd.get_filename(); in add()
Dformat_output.cpp670 if (abfd && abfd->get_filename() == tmp) in get_bfd_object()
676 if (abfd && abfd->get_filename() == image_name) in get_bfd_object()
/external/oprofile/pp/
Dopreport.cpp218 string get_filename(string const & filename) in get_filename() function
311 cout << get_filename(summ.lib_image); in output_deps()
335 cout << get_filename(app.image) << '\n'; in output_summaries()
Dopgprof.cpp249 check_mtime(abfd.get_filename(), profile.get_header()); in load_samples()
/external/valgrind/main/include/
Dpub_tool_debuginfo.h44 extern Bool VG_(get_filename) ( Addr a, Char* filename, Int n_filename );
/external/clang/bindings/python/clang/
Dcindex.py3044 def get_filename(self): member in Config
3065 library = cdll.LoadLibrary(self.get_filename())
/external/valgrind/tsan/
Dts_valgrind.cc128 if (VG_(get_filename)(pc, (Char*)g_buff1, kBuffSize)) { in PcToStrings()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c1638 Bool VG_(get_filename)( Addr a, Char* filename, Int n_filename ) in VG_() argument