Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp221 !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h180 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp276 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2182 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2700 if (section_sp->IsThreadSpecific()) { in DoExecute()