Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp180 !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/llvm-project/lldb/include/lldb/Core/
H A DSection.h194 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/llvm-project/lldb/source/Core/
H A DSection.cpp270 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp1012 Printer.formatLine("Thread specific: {0:y}", S->IsThreadSpecific()); in dumpObjectFiles()
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp484 if (section_sp && !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp749 if (section_sp->IsThreadSpecific()) in GetByteOrder()
1880 bool thread_specific = section->IsThreadSpecific(); in FindMatchingSection()
1886 sect->IsThreadSpecific() == thread_specific && in FindMatchingSection()
/llvm-project/lldb/source/API/
H A DSBTarget.cpp2122 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2970 if (section_sp->IsThreadSpecific()) { in DoExecute()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6179 if (section->IsThreadSpecific())