Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h188 void SetIsThreadSpecific(bool b) { m_thread_specific = b; } in SetIsThreadSpecific() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1854 Segment->SetIsThreadSpecific(PHdr.p_type == PT_TLS); in CreateSections()
1902 section_sp->SetIsThreadSpecific(header.sh_flags & SHF_TLS); in CreateSections()