Home | History | Annotate | Download | only in tools

Lines Matching refs:bcinfo

17 #include <bcinfo/BitcodeTranslator.h>
18 #include <bcinfo/BitcodeWrapper.h>
19 #include <bcinfo/MetadataExtractor.h>
38 // This file corresponds to the standalone bcinfo tool. It prints a variety of
79 static void dumpMetadata(bcinfo::MetadataExtractor *ME) {
86 case bcinfo::RS_FP_Full:
89 case bcinfo::RS_FP_Relaxed:
92 case bcinfo::RS_FP_Imprecise:
200 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeSize);
201 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) {
212 bcinfo::BitcodeTranslator *BT =
213 new bcinfo::BitcodeTranslator(bitcode, bitcodeSize, version);
219 bcinfo::MetadataExtractor *ME =
220 new bcinfo::MetadataExtractor(BT->getTranslatedBitcode(),