Home
last modified time | relevance | path

Searched refs:IsInMemory (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp502 if (IsInMemory()) { in ReadSectionData()
548 if (IsInMemory()) { in ReadSectionData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h738 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function