Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
HDObjectFileJIT.cpp218 !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDSection.h179 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDSection.cpp278 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp2129 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp2746 if (section_sp->IsThreadSpecific()) { in DoExecute()