Searched defs:PcToRtnName (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/tsan/
H A Dts_offline.cc342 string PcToRtnName(uintptr_t pc, bool demangle) { function
H A Dts_pin.cc291 string PcToRtnName(uintptr_t pc, bool demangle) { function
862 PcToRtnName(pc, true).c_str());
870 Printf(" sp=%ld pc=%lx %s\n", sp, pc, PcToRtnName(pc, true).c_str());
2563 INS_Address(ins), PcToRtnName(INS_Address(ins), true).c_str());
2738 PcToRtnName(trace_info->pc(), false).c_str());
3501 (*function_names_map)[pc] = PcToRtnName(pc, false);
H A Dts_valgrind.cc102 string PcToRtnName(uintptr_t pc, bool demangle) { function
134 *rtn_name = PcToRtnName(pc, demangle);
1109 PcToRtnName(pc, true).c_str());

Completed in 60 milliseconds