Loading...
Searching...
No Matches
BinaryNinja::ValueLocation Member List

This is the complete list of members for BinaryNinja::ValueLocation, including all inherited members.

componentsBinaryNinja::ValueLocation
ContainsVariable(Variable var) constBinaryNinja::ValueLocation
ForEachVariable(const std::function< void(Variable var, bool indirect)> &func) constBinaryNinja::ValueLocation
FreeAPIObject(BNValueLocation *loc)BinaryNinja::ValueLocationstatic
FromAPIObject(const BNValueLocation *loc)BinaryNinja::ValueLocationstatic
GetVariableForParameter(size_t idx) constBinaryNinja::ValueLocation
GetVariableForReturnValue() constBinaryNinja::ValueLocation
indirectBinaryNinja::ValueLocation
IsValid() constBinaryNinja::ValueLocationinline
operator!=(const ValueLocation &loc) constBinaryNinja::ValueLocation
operator==(const ValueLocation &loc) constBinaryNinja::ValueLocation
Parse(const std::string &str, Architecture *arch, std::string &error)BinaryNinja::ValueLocationstatic
RemapVariables(const std::function< Variable(Variable)> &remap) constBinaryNinja::ValueLocation
returnedPointerBinaryNinja::ValueLocation
ToAPIObject() constBinaryNinja::ValueLocation
ToString(Architecture *arch) constBinaryNinja::ValueLocation
ValueLocation()BinaryNinja::ValueLocationinline
ValueLocation(Variable var, bool indir=false, std::optional< Variable > retPtr=std::nullopt)BinaryNinja::ValueLocationinline
ValueLocation(const std::vector< ValueLocationComponent > &components, bool indir=false, std::optional< Variable > retPtr=std::nullopt)BinaryNinja::ValueLocationinline
ValueLocation(std::vector< ValueLocationComponent > &&components, bool indir=false, std::optional< Variable > retPtr=std::nullopt)BinaryNinja::ValueLocationinline