Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp966 bool is_thread_specific = false; in CreateSections() local
974 is_thread_specific = true; in CreateSections()
979 is_thread_specific = true; in CreateSections()
1040 if (is_thread_specific) in CreateSections()
1041 section_sp->SetIsThreadSpecific (is_thread_specific); in CreateSections()