HomeSort by relevance Sort by last modified time
    Searched refs:m_can_interpret (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Expression/
ClangUserExpression.h 113 return m_can_interpret;
425 bool m_can_interpret; ///< True if the expression could be evaluated statically; false otherwise. member in class:lldb_private::ClangUserExpression
  /external/lldb/source/Expression/
ClangUserExpression.cpp 73 m_can_interpret (false),
541 m_can_interpret,
621 if (m_jit_start_addr != LLDB_INVALID_ADDRESS || m_can_interpret)
669 IRMemoryMap::AllocationPolicy policy = m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly : IRMemoryMap::eAllocationPolicyMirror;
686 if (m_can_interpret && m_stack_frame_bottom == LLDB_INVALID_ADDRESS)
799 if (m_jit_start_addr != LLDB_INVALID_ADDRESS || m_can_interpret)
815 if (m_can_interpret)
    [all...]

Completed in 30 milliseconds