18 #ifndef __COMMENT_GHIDRA__ 19 #define __COMMENT_GHIDRA__ 33 mutable bool cachefilled;
34 void fillCache(
const Address &fad)
const;
37 virtual void clear(
void) { cache.
clear(); cachefilled=
false; }
42 const Address &ad,
const string &txt);
A manager for different address spaces.
Definition: translate.hh:218
A low-level machine address for labelling bytes and data.
Definition: address.hh:46
The lowest level error generated by the decompiler.
Definition: error.hh:44
An XML element. A node in the DOM tree.
Definition: xml.hh:150
Ghidra specific architecture information and connection to a Ghidra client.
An implementation of the Architecture interface and connection to a Ghidra client.
Definition: ghidra_arch.hh:60