Class BlockMap

java.lang.Object
ghidra.program.model.pcode.BlockMap

public class BlockMap extends Object
  • Constructor Details

  • Method Details

    • getAddressFactory

      public AddressFactory getAddressFactory()
    • findLevelBlock

      public PcodeBlock findLevelBlock(int ind)
      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

      public PcodeBlock createBlock(String name, int index)
    • addGotoRef

      public void addGotoRef(PcodeBlock gblock, int root, int depth)
    • resolveGotoReferences

      public void resolveGotoReferences()