Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h174 bool IsFake() const { return m_fake; } in IsFake() function
/src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp237 if (section_sp->IsFake()) { in updateSectionLoadAddress()
/src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp627 if (sect_sp.get() == nullptr && !sect->IsFake()) in FindSectionContainingFileAddress()