Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp490 if (IsInMemory()) { in ReadSectionData()
534 if (IsInMemory()) { in ReadSectionData()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h689 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp102 return !obj_file->IsInMemory(); in IsFileBacked()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2690 if (!object_file->IsInMemory()) in WarnIfNoExpandedSharedCache()