Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp221 !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h180 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/external/llvm-project/lldb/source/Core/
DSection.cpp276 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp857 Printer.formatLine("Thread specific: {0:y}", S->IsThreadSpecific()); in dumpSectionList()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp310 if (section_sp && !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp2150 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp2765 if (section_sp->IsThreadSpecific()) { in DoExecute()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6071 if (section->IsThreadSpecific()) in SectionIsLoadable()