| 
| 
  | UbpfCodeBuilder (const UbpfTarget *target) | 
|   | 
| 
  | CodeBuilder (const Target *target) | 
|   | 
| 
void  | append (char c) | 
|   | 
| 
void  | append (const char *str) | 
|   | 
| 
void  | append (const std::string &str) | 
|   | 
| 
void  | append (cstring str) | 
|   | 
| 
void  | append (int u) | 
|   | 
| 
void  | append (unsigned u) | 
|   | 
| 
template<typename... Args>  | 
| void  | appendFormat (const absl::FormatSpec< Args... > &format, Args &&...args) | 
|   | 
| 
void  | appendLine (const char *str) | 
|   | 
| 
void  | appendLine (cstring str) | 
|   | 
| 
void  | blockEnd (bool nl) | 
|   | 
| 
void  | blockStart () | 
|   | 
| 
void  | commentEnd () | 
|   | 
| 
void  | commentStart () | 
|   | 
| 
void  | decreaseIndent () | 
|   | 
| 
void  | emitIndent () | 
|   | 
| 
void  | endOfStatement (bool addNl=false) | 
|   | 
| 
void  | increaseIndent () | 
|   | 
| 
bool  | lastIsSpace () const | 
|   | 
| 
void  | newline () | 
|   | 
| 
void  | spc () | 
|   | 
| 
void  | supressStatementSemi () | 
|   | 
| 
std::string  | toString () const | 
|   |