Searched refs:getBitcodeFileContents (Results 1 – 3 of 3) sorted by relevance
78 getBitcodeFileContents(MemoryBufferRef Buffer);128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
142 Expected<BitcodeFileContents> BFCOrErr = getBitcodeFileContents(*BCOrErr); in readIRSymtab()
6329 auto FOrErr = getBitcodeFileContents(Buffer); in getBitcodeModuleList()6336 llvm::getBitcodeFileContents(MemoryBufferRef Buffer) { in getBitcodeFileContents() function in llvm