Home
last modified time | relevance | path

Searched defs:thread_specific (Results 1 – 2 of 2) 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/ELF/
H A DObjectFileELF.cpp1850 bool thread_specific = section->IsThreadSpecific(); in FindMatchingSection() local