Home
last modified time | relevance | path

Searched refs:thread_specific (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h121 std::optional<bool> thread_specific; member
/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/Core/
H A DSection.cpp700 o.map("thread_specific", section.thread_specific); in fromJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1850 bool thread_specific = section->IsThreadSpecific(); in FindMatchingSection() local
1856 sect->IsThreadSpecific() == thread_specific && in FindMatchingSection()