Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp90 if (!reg_ctx_sp->ReadPC(first_cursor_sp->start_pc)) in AddFirstFrame()
244 if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) { in GetOneMoreFrame()
H A DRegisterContextUnwind.cpp2266 bool read_successfully = ReadPC (start_pc); in GetStartPC()
2285 bool RegisterContextUnwind::ReadPC(addr_t &pc) { in ReadPC() function in RegisterContextUnwind
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h68 bool ReadPC(lldb::addr_t &start_pc);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8756 const MCExpr *ReadPC = MCBinaryExpr::createAdd(InstPC, Const8, in processInstruction() local
8758 const MCExpr *FixupAddr = MCBinaryExpr::createAdd(ReadPC, OpExpr, in processInstruction()