Class BlockMap

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

public class BlockMap extends Object
  • Constructor Details Link icon

  • Method Details Link icon

    • getAddressFactory Link icon

      public AddressFactory getAddressFactory()
    • findLevelBlock Link icon

      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 Link icon

      public void sortLevelList()
    • createBlock Link icon

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

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

      public void resolveGotoReferences()