Searched refs:m_fake (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 174 bool IsFake() const { return m_fake; } in IsFake() 176 void SetIsFake(bool fake) { m_fake = fake; } in SetIsFake() 277 bool m_fake : 1, // If true, then this section only can contain the address if variable
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 168 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section() 184 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
|