Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetParent
Method
GetParent
highlevelilinstruction.cpp:1040–1043 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1038
1039
1040
HighLevelILInstruction HighLevelILInstructionBase::GetParent() const
1041
{
1042
return function->GetExpr(parent, true);
1043
}
1044
1045
1046
void HighLevelILInstruction::CollectSubExprs(stack<size_t>& toProcess) const
Callers
nothing calls this directly
Calls
1
GetExpr
Method · 0.45
Tested by
no test coverage detected