Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h94 bool LocationIsValidForAddress(const Address &address);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp239 bool Variable::LocationIsValidForAddress(const Address &address) { in LocationIsValidForAddress() function in Variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp736 return var && var->LocationIsValidForAddress(*this); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp960 if (variable_sp->LocationIsValidForAddress(so_addr.GetFileAddress())) { in ResolveSymbolContext()