Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h103 return IsInMemory() ? Address(m_memory_addr) : Address(0); in GetBaseAddress()
H A DObjectFileWasm.cpp209 if (IsInMemory()) { in DecodeSections()
320 if (!IsInMemory()) { in CreateSections()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp488 if (IsInMemory()) { in ReadSectionData()
532 if (IsInMemory()) { in ReadSectionData()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h677 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp102 return !obj_file->IsInMemory(); in IsFileBacked()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1362 if (IsSharedCacheBinary() && !IsInMemory()) { in SanitizeSegmentCommand()
1720 if (IsSharedCacheBinary() && !IsInMemory()) { in ProcessSegmentCommand()
2356 bool is_local_shared_cache_image = is_shared_cache_image && !IsInMemory(); in ParseSymtab()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2518 if (!object_file->IsInMemory()) in WarnIfNoExpandedSharedCache()