Home
last modified time | relevance | path

Searched refs:IsFake (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h166 bool IsFake() const { return m_fake; } in IsFake() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp235 if (section_sp->IsFake()) { in updateSectionLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp621 if (sect_sp.get() == nullptr && !sect->IsFake()) in FindSectionContainingFileAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1852 if (segment_sp->IsFake()) { in ProcessSegmentCommand()