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()
191 BitcodeFileContents IF = ExitOnErr(llvm::getBitcodeFileContents(*MB)); in main()
445 check(getBitcodeFileContents(*MB), std::string(F)); in dumpSymtab()
7869 auto FOrErr = getBitcodeFileContents(Buffer); in getBitcodeModuleList()7876 llvm::getBitcodeFileContents(MemoryBufferRef Buffer) { in getBitcodeFileContents() function in llvm