Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp499 if (IsInMemory()) { in ReadSectionData()
543 if (IsInMemory()) { in ReadSectionData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h690 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp102 return !obj_file->IsInMemory(); in IsFileBacked()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2119 bool IsInMemory = in classify() local
2122 if (!BitField && IsInMemory) { in classify()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2666 if (!object_file->IsInMemory()) in WarnIfNoExpandedSharedCache()