Searched refs:getBitcodeFileContents (Results 1 – 5 of 5) sorted by relevance
124 getBitcodeFileContents(MemoryBufferRef Buffer);177 getBitcodeFileContents(MemoryBufferRef Buffer);
142 Expected<BitcodeFileContents> BFCOrErr = getBitcodeFileContents(*BCOrErr); in readIRSymtab()
209 BitcodeFileContents IF = ExitOnErr(llvm::getBitcodeFileContents(*MB)); in main()
499 check(getBitcodeFileContents(*MB), std::string(F)); in dumpSymtab()
8349 auto FOrErr = getBitcodeFileContents(Buffer); in getBitcodeModuleList()8356 llvm::getBitcodeFileContents(MemoryBufferRef Buffer) { in getBitcodeFileContents() function in llvm