Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp213 if (IsInMemory()) { in DecodeSections()
324 if (!IsInMemory()) { in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp485 if (IsInMemory()) { in ReadSectionData()
529 if (IsInMemory()) { in ReadSectionData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h654 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory() function