Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp545 static std::string GetSymbolNameFromAddress(ProcessSP process_sp, addr_t addr) { in GetSymbolNameFromAddress() function
652 summary = summary + " in " + GetSymbolNameFromAddress(process_sp, pc); in GenerateSummary()
679 std::string global_name = GetSymbolNameFromAddress(process_sp, addr); in GenerateSummary()
736 global_name = GetSymbolNameFromAddress(process_sp, global_addr); in GetLocationDescription()