Lines Matching defs:BitcodeFile
273 if (!file->isElf() && !isa<BitcodeFile>(file))
310 if (auto *f = dyn_cast<BitcodeFile>(file)) {
327 } else if (auto *f = dyn_cast<BitcodeFile>(file)) {
1698 BitcodeFile::BitcodeFile(Ctx &ctx, MemoryBufferRef mb, StringRef archiveName,
1743 BitcodeFile &f) {
1781 void BitcodeFile::parse() {
1806 void BitcodeFile::parseLazy() {
1824 void BitcodeFile::postParse() {
1919 if (isa<BitcodeFile>(this))