Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h70 bool IsExternal() const { return m_external; } in IsExternal()
135 unsigned m_external : 1; variable
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp60 if (jitted_function.m_external && in RegisterExecutionUnit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h142 bool m_external; member
146 : JittedEntity(name, local_addr, remote_addr), m_external(external) {} in JittedEntity()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A 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()