Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libbacktrace/
H A DUnwindStack.h36 std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;
48 std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;
H A DUnwindStack.cpp154 std::string UnwindStackCurrent::GetFunctionNameRaw(uint64_t pc, uint64_t* offset) { in GetFunctionNameRaw() function in UnwindStackCurrent
179 std::string UnwindStackPtrace::GetFunctionNameRaw(uint64_t pc, uint64_t* offset) { in GetFunctionNameRaw() function in UnwindStackPtrace
H A DBacktrace.cpp66 std::string name(GetFunctionNameRaw(pc, offset)); in GetFunctionName()
/aosp12/system/unwinding/libbacktrace/include/backtrace/
H A DBacktrace.h194 virtual std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) = 0;