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