Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDObjectFileJIT.cpp180 !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDSection.h194 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDSection.cpp266 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp732 if (section_sp->IsThreadSpecific()) in SetLoadAddress()
1885 bool thread_specific = section->IsThreadSpecific(); in FindMatchingSection()
1891 sect->IsThreadSpecific() == thread_specific && in FindMatchingSection()
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp2112 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp2971 if (section_sp->IsThreadSpecific()) { in DoExecute()