Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h265 bool IsRelocated() const { return m_relocated; } in IsRelocated()
267 void SetIsRelocated(bool b) { m_relocated = b; } in SetIsRelocated()
303 m_relocated : 1; // If this section has had relocations applied variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp173 m_executable(false), m_relocated(false), in Section()
188 m_executable(false), m_relocated(false), in Section()