Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h104 return IsInMemory() ? Address(m_memory_addr) : Address(0); in GetBaseAddress()
DObjectFileWasm.cpp213 if (IsInMemory()) { in DecodeSections()
309 if (!IsInMemory()) { in CreateSections()
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp509 if (IsInMemory()) { in ReadSectionData()
553 if (IsInMemory()) { in ReadSectionData()
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h644 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1331 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()