Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h267 void SetIsRelocated(bool b) { m_relocated = b; } in SetIsRelocated() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3094 section->SetIsRelocated(true); in RelocateSection()