Home
last modified time | relevance | path

Searched refs:SetIsThreadSpecific (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h212 void SetIsThreadSpecific(bool b) { m_thread_specific = b; } in SetIsThreadSpecific() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp222 section_sp->SetIsThreadSpecific(section.thread_specific.value_or(false)); in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1898 Segment->SetIsThreadSpecific(PHdr.p_type == PT_TLS); in CreateSections()
1946 section_sp->SetIsThreadSpecific(header.sh_flags & SHF_TLS); in CreateSections()