Searched refs:IsInMemory (Results 1 – 7 of 7) sorted by relevance
104 return IsInMemory() ? Address(m_memory_addr) : Address(0); in GetBaseAddress()
210 if (IsInMemory()) { in DecodeSections()321 if (!IsInMemory()) { in CreateSections()
499 if (IsInMemory()) { in ReadSectionData()543 if (IsInMemory()) { in ReadSectionData()
690 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function
102 return !obj_file->IsInMemory(); in IsFileBacked()
2119 bool IsInMemory = in classify() local2122 if (!BitField && IsInMemory) { in classify()
2666 if (!object_file->IsInMemory()) in WarnIfNoExpandedSharedCache()