Home
last modified time | relevance | path

Searched refs:starting_ip (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.h36 std::optional<lldb::addr_t> starting_ip; member
H A DLibiptDecoder.cpp575 i + 1 < blocks->size() ? blocks->at(i + 1).starting_ip : std::nullopt, in DecodeSingleTraceForThread()
642 ? execution.psb_blocks[j + 1].starting_ip in DecodeSystemWideTraceForThread()