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.h194 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp266 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp732 if (section_sp->IsThreadSpecific()) in SetLoadAddress()
1885 bool thread_specific = section->IsThreadSpecific(); in FindMatchingSection()
1891 sect->IsThreadSpecific() == thread_specific && in FindMatchingSection()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2112 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2971 if (section_sp->IsThreadSpecific()) { in DoExecute()