Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DVariable.h70 bool IsExternal() const { return m_external; } in IsExternal()
131 unsigned m_external : 1; variable
/external/llvm-project/lldb/source/Expression/
DExpressionVariable.cpp52 if (jitted_function.m_external && in RegisterExecutionUnit()
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h142 bool m_external; member
146 : JittedEntity(name, local_addr, remote_addr), m_external(external) {} in JittedEntity()
/external/llvm-project/lldb/source/Symbol/
DVariable.cpp48 m_declaration(decl_ptr), m_location(location), m_external(external), in Variable()
123 s->PutCString(m_external ? "global" : "static"); in Dump()
169 if (m_external) in Dump()