Home
last modified time | relevance | path

Searched refs:GetSpeculative (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/tools/intel-features/intel-pt/
DPTDecoder.cpp34 bool PTInstruction::GetSpeculative() const { in GetSpeculative() function in PTInstruction
35 return (m_opaque_sp ? m_opaque_sp->GetSpeculative() : 0); in GetSpeculative()
DPTDecoder.h72 bool GetSpeculative() const;
DDecoder.h69 bool GetSpeculative() const { return speculative; } in GetSpeculative() function