Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp180 !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h194 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp266 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2071 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3047 if (section_sp->IsThreadSpecific()) { in DoExecute()