Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp193 !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DSection.h186 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific() function
/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp262 if (file_addr != LLDB_INVALID_ADDRESS && !IsThreadSpecific()) { in ContainsFileAddress()
/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
Dlldb-test.cpp960 Printer.formatLine("Thread specific: {0:y}", S->IsThreadSpecific()); in dumpSectionList()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp485 if (section_sp && !section_sp->IsThreadSpecific()) { in SetLoadAddress()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTarget.cpp2032 if (section_sp->IsThreadSpecific()) { in SetSectionLoadAddress()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectTarget.cpp2758 if (section_sp->IsThreadSpecific()) { in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6142 if (section->IsThreadSpecific())