Searched refs:is_resolved (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h376 /// \param[in] is_resolved
379 void SetIsResolved(bool is_resolved) { m_is_resolved = is_resolved; } argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp114 bool is_resolved = local
122 if (is_resolved && resolved_addr.IsValid())

Completed in 193 milliseconds