#include "BitcodeWriter.h"
#include "llvm/ADT/IndexedMap.h"
#include <initializer_list>
Go to the source code of this file.
|
| static void | generateAbbrev (std::shared_ptr< BitCodeAbbrev > &Abbrev, const std::initializer_list< BitCodeAbbrevOp > Ops) |
| static void | genBoolAbbrev (std::shared_ptr< BitCodeAbbrev > &Abbrev) |
| static void | genIntAbbrev (std::shared_ptr< BitCodeAbbrev > &Abbrev) |
| static void | genSymbolIdAbbrev (std::shared_ptr< BitCodeAbbrev > &Abbrev) |
| static void | genStringAbbrev (std::shared_ptr< BitCodeAbbrev > &Abbrev) |
| static void | genLocationAbbrev (std::shared_ptr< BitCodeAbbrev > &Abbrev) |
◆ genBoolAbbrev()
| void genBoolAbbrev |
( |
std::shared_ptr< BitCodeAbbrev > & | Abbrev | ) |
|
|
static |
◆ generateAbbrev()
| void generateAbbrev |
( |
std::shared_ptr< BitCodeAbbrev > & | Abbrev, |
|
|
const std::initializer_list< BitCodeAbbrevOp > | Ops ) |
|
static |
◆ genIntAbbrev()
| void genIntAbbrev |
( |
std::shared_ptr< BitCodeAbbrev > & | Abbrev | ) |
|
|
static |
◆ genLocationAbbrev()
| void genLocationAbbrev |
( |
std::shared_ptr< BitCodeAbbrev > & | Abbrev | ) |
|
|
static |
◆ genStringAbbrev()
| void genStringAbbrev |
( |
std::shared_ptr< BitCodeAbbrev > & | Abbrev | ) |
|
|
static |
◆ genSymbolIdAbbrev()
| void genSymbolIdAbbrev |
( |
std::shared_ptr< BitCodeAbbrev > & | Abbrev | ) |
|
|
static |