Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
funcdata.hh File Reference

Utilities for processing data structures associated with a single function. More...

#include "architecture.hh"
#include "override.hh"
#include "heritage.hh"
#include "merge.hh"
#include "dynamic.hh"
#include "unionresolve.hh"
Include dependency graph for funcdata.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  ghidra::Funcdata
 Container for data structures associated with a single function. More...
 
class  ghidra::PcodeEmitFd
 A p-code emitter for building PcodeOp objects. More...
 
class  ghidra::CloneBlockOps
 Control the cloning of PcodeOps from within a basic block into another block. More...
 
struct  ghidra::CloneBlockOps::ClonePair
 Helper class for pairing a p-code op with its clone. More...
 
class  ghidra::AncestorRealistic
 Helper class for determining if Varnodes can trace their value from a legitimate source. More...
 
class  ghidra::AncestorRealistic::State
 Node in a depth first traversal of ancestors. More...
 

Detailed Description

Utilities for processing data structures associated with a single function.