reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBTarget.cpp
 2130         if (section_sp->IsThreadSpecific()) {
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2741                         if (section_sp->IsThreadSpecific()) {
tools/lldb/source/Core/Section.cpp
  272   if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) {
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  218           !section_sp->IsThreadSpecific()) {
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5943   if (section->IsThreadSpecific())
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  339         if (section_sp && !section_sp->IsThreadSpecific()) {
tools/lldb/tools/lldb-test/lldb-test.cpp
  840     Printer.formatLine("Thread specific: {0:y}", S->IsThreadSpecific());