Home
last modified time | relevance | path

Searched refs:m_relocated (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h241 bool IsRelocated() const { return m_relocated; } in IsRelocated()
243 void SetIsRelocated(bool b) { m_relocated = b; } in SetIsRelocated()
279 m_relocated : 1; // If this section has had relocations applied variable
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp166 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section()
182 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section()