Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp92 if (!reg_ctx_sp->ReadPC(first_cursor_sp->start_pc)) in AddFirstFrame()
248 if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) { in GetOneMoreFrame()
H A DRegisterContextLLDB.h69 bool ReadPC(lldb::addr_t &start_pc);
H A DRegisterContextLLDB.cpp2006 bool read_successfully = ReadPC (start_pc); in GetStartPC()
2025 bool RegisterContextLLDB::ReadPC(addr_t &pc) { in ReadPC() function in RegisterContextLLDB
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7233 const MCExpr *ReadPC = MCBinaryExpr::createAdd(InstPC, Const8, in processInstruction() local
7235 const MCExpr *FixupAddr = MCBinaryExpr::createAdd(ReadPC, OpExpr, in processInstruction()