Home
last modified time | relevance | path

Searched defs:IsInMemory (Results 1 – 2 of 2) sorted by relevance

/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/clang/lib/CodeGen/Targets/
H A DX86.cpp2119 bool IsInMemory = in classify() local