Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp40 uhwptr start_pc; member in __sanitizer::FastUnwindTest
85 start_pc = PC(0); in SetUp()
108 trace.UnwindFast(start_pc, fake_bp, fake_top, fake_bottom, kStackTraceMax); in UnwindFast()
115 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
128 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
140 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
147 trace.Unwind(start_pc, fake_bp, nullptr, true, 1); in TEST_F()
149 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
154 trace.Unwind(start_pc, fake_bp, nullptr, true, 0); in TEST_F()
176 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
/llvm-project-15.0.7/lldb/source/Target/
H A DUnwindLLDB.cpp91 if (!reg_ctx_sp->ReadPC(first_cursor_sp->start_pc)) in AddFirstFrame()
245 if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) { in GetOneMoreFrame()
264 if (abi && !abi->CodeAddressIsValid(cursor_sp->start_pc)) { in GetOneMoreFrame()
283 if (prev_frame->start_pc == cursor_sp->start_pc && in GetOneMoreFrame()
407 pc = m_frames[idx]->start_pc; in DoGetFrameInfoAtIndex()
H A DRegisterContextUnwind.cpp2275 bool RegisterContextUnwind::GetStartPC(addr_t &start_pc) { in GetStartPC() argument
2280 bool read_successfully = ReadPC (start_pc); in GetStartPC()
2288 start_pc = abi->FixCodeAddress(start_pc); in GetStartPC()
2293 start_pc = m_start_pc.GetLoadAddress(CalculateTarget().get()); in GetStartPC()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnwindLLDB.h76 lldb::addr_t &start_pc,
112 lldb::addr_t start_pc = member
H A DRegisterContextUnwind.h66 bool GetStartPC(lldb::addr_t &start_pc);
68 bool ReadPC(lldb::addr_t &start_pc);