Searched refs:LocationIsValidForAddress (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h87 bool LocationIsValidForAddress(const Address &address);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp254 bool Variable::LocationIsValidForAddress(const Address &address) { function in class:Variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp716 if (var_sp && var_sp->LocationIsValidForAddress(*this)) {

Completed in 135 milliseconds