Searched refs:m_fake (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/include/lldb/Core/ |
D | Section.h | 160 bool IsFake() const { return m_fake; } in IsFake() 162 void SetIsFake(bool fake) { m_fake = fake; } in SetIsFake() 256 bool m_fake : 1, // If true, then this section only can contain the address if variable
|
/external/llvm-project/lldb/source/Core/ |
D | Section.cpp | 164 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section() 186 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
|