Home
last modified time | relevance | path

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

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