Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h104 return IsInMemory() ? Address(m_memory_addr) : Address(0); in GetBaseAddress()
H A DObjectFileWasm.cpp210 if (IsInMemory()) { in DecodeSections()
321 if (!IsInMemory()) { in CreateSections()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp488 if (IsInMemory()) { in ReadSectionData()
532 if (IsInMemory()) { in ReadSectionData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h677 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp102 return !obj_file->IsInMemory(); in IsFileBacked()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1379 if (IsSharedCacheBinary() && !IsInMemory()) { in SanitizeSegmentCommand()
1736 if (IsSharedCacheBinary() && !IsInMemory()) { in ProcessSegmentCommand()
2372 bool is_local_shared_cache_image = is_shared_cache_image && !IsInMemory(); in ParseSymtab()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2535 if (!object_file->IsInMemory()) in WarnIfNoExpandedSharedCache()