Searched refs:GetFunctionNameRaw (Results 1 – 4 of 4) sorted by relevance
36 std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;48 std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;
142 std::string UnwindStackCurrent::GetFunctionNameRaw(uint64_t pc, uint64_t* offset) { in GetFunctionNameRaw() function in UnwindStackCurrent167 std::string UnwindStackPtrace::GetFunctionNameRaw(uint64_t pc, uint64_t* offset) { in GetFunctionNameRaw() function in UnwindStackPtrace
66 std::string name(GetFunctionNameRaw(pc, offset)); in GetFunctionName()
194 virtual std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) = 0;