Home | History | Annotate | Download | only in rs

Lines Matching refs:BT

44     BT = NULL;
52 if (BT) {
53 delete BT;
54 BT = NULL;
253 if (BT) {
254 delete BT;
256 BT = new bcinfo::BitcodeTranslator((const char *)bitcode, bitcodeLen,
258 if (!BT->translate()) {
260 delete BT;
261 BT = NULL;
264 bitcode = (const uint8_t *) BT->getTranslatedBitcode();
265 bitcodeLen = BT->getTranslatedBitcodeSize();