Package ghidra.program.model.pcode
Class BlockMap
java.lang.Object
ghidra.program.model.pcode.BlockMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGotoRef
(PcodeBlock gblock, int root, int depth) createBlock
(String name, int index) findLevelBlock
(int ind) Assume blocks are in index order, find the block with index -ind-void
void
-
Constructor Details
-
BlockMap
-
BlockMap
-
-
Method Details
-
getAddressFactory
-
findLevelBlock
Assume blocks are in index order, find the block with index -ind-- Parameters:
ind
- is the block index to match- Returns:
- the matching PcodeBlock
-
sortLevelList
public void sortLevelList() -
createBlock
-
addGotoRef
-
resolveGotoReferences
public void resolveGotoReferences()
-