Home
last modified time | relevance | path

Searched refs:IsThreadSpecific (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp180 !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h210 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp269 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp749 if (section_sp->IsThreadSpecific()) in SetLoadAddress()
1850 bool thread_specific = section->IsThreadSpecific(); in FindMatchingSection()
1856 sect->IsThreadSpecific() == thread_specific && in FindMatchingSection()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2083 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2999 if (section_sp->IsThreadSpecific()) { in DoExecute()