Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DVariable.h70 bool IsExternal() const { return m_external; } in IsExternal()
135 unsigned m_external : 1; variable
/openbsd/src/gnu/llvm/lldb/source/Expression/
DExpressionVariable.cpp54 if (jitted_function.m_external && in RegisterExecutionUnit()
/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DIRExecutionUnit.h142 bool m_external; member
146 : JittedEntity(name, local_addr, remote_addr), m_external(external) {} in JittedEntity()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DVariable.cpp48 m_declaration(decl_ptr), m_location_list(location_list), m_external(external), in Variable()
123 s->PutCString(m_external ? "global" : "static"); in Dump()
159 if (m_external) in Dump()