Searched refs:getBitcodeFileContents (Results 1 – 5 of 5) sorted by relevance
122 getBitcodeFileContents(MemoryBufferRef Buffer);174 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
142 Expected<BitcodeFileContents> BFCOrErr = getBitcodeFileContents(*BCOrErr); in readIRSymtab()
199 BitcodeFileContents IF = ExitOnErr(llvm::getBitcodeFileContents(*MB)); in main()
467 check(getBitcodeFileContents(*MB), std::string(F)); in dumpSymtab()
8214 auto FOrErr = getBitcodeFileContents(Buffer); in getBitcodeModuleList()8221 llvm::getBitcodeFileContents(MemoryBufferRef Buffer) { in getBitcodeFileContents() function in llvm