Home | History | Annotate | Download | only in rs

Lines Matching refs:BT

37     BT = NULL;
43 if (BT) {
44 delete BT;
45 BT = NULL;
218 if (BT) {
219 delete BT;
221 BT = new bcinfo::BitcodeTranslator((const char *)bitcode, bitcodeLen,
223 if (!BT->translate()) {
225 delete BT;
226 BT = NULL;
229 bitcode = (const uint8_t *) BT->getTranslatedBitcode();
230 bitcodeLen = BT->getTranslatedBitcodeSize();