Searched refs:GetFunctionNameRaw (Results 1 – 9 of 9) sorted by relevance
39 std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) override;
91 std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) override;
132 std::string UnwindPtrace::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw() function in UnwindPtrace
56 std::string func_name = GetFunctionNameRaw(pc, offset); in GetFunctionName()
31 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw() function in UnwindCurrent
459 std::string BacktraceOffline::GetFunctionNameRaw(uintptr_t, uintptr_t* offset) { in GetFunctionNameRaw() function in BacktraceOffline
54 virtual std::string GetFunctionNameRaw(uintptr_t, uintptr_t*) { return ""; } in GetFunctionNameRaw() function
157 virtual std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) = 0;