Searched refs:IsInMemory (Results 1 – 5 of 5) sorted by relevance
104 return IsInMemory() ? Address(m_memory_addr) : Address(0); in GetBaseAddress()
213 if (IsInMemory()) { in DecodeSections()309 if (!IsInMemory()) { in CreateSections()
509 if (IsInMemory()) { in ReadSectionData()553 if (IsInMemory()) { in ReadSectionData()
644 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function
1331 if ((m_header.flags & MH_DYLIB_IN_CACHE) && !IsInMemory()) { in SanitizeSegmentCommand()1631 if (module_sp->GetObjectFile()->IsInMemory()) { in ProcessSegmentCommand()1680 if ((m_header.flags & MH_DYLIB_IN_CACHE) && !IsInMemory()) { in ProcessSegmentCommand()2287 bool is_local_shared_cache_image = is_shared_cache_image && !IsInMemory(); in ParseSymtab()