Searched refs:getBitcodeFileContents (Results 1 – 5 of 5) sorted by relevance
81 getBitcodeFileContents(MemoryBufferRef Buffer);133 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
143 Expected<BitcodeFileContents> BFCOrErr = getBitcodeFileContents(*BCOrErr); in readIRSymtab()
171 BitcodeFileContents IF = ExitOnErr(llvm::getBitcodeFileContents(*MB)); in main()
392 check(getBitcodeFileContents(*MB), std::string(F)); in dumpSymtab()
6706 auto FOrErr = getBitcodeFileContents(Buffer); in getBitcodeModuleList()6713 llvm::getBitcodeFileContents(MemoryBufferRef Buffer) { in getBitcodeFileContents() function in llvm