Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h169 bool IsFake() const { return m_fake; } in IsFake() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp223 if (section_sp->IsFake()) { in updateSectionLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp585 if (sect_sp.get() == NULL && !sect->IsFake()) in FindSectionContainingFileAddress()