Home
last modified time | relevance | path

Searched refs:getBitcodeFileContents (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h78 getBitcodeFileContents(MemoryBufferRef Buffer);
128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRObjectFile.cpp142 Expected<BitcodeFileContents> BFCOrErr = getBitcodeFileContents(*BCOrErr); in readIRSymtab()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6329 auto FOrErr = getBitcodeFileContents(Buffer); in getBitcodeModuleList()
6336 llvm::getBitcodeFileContents(MemoryBufferRef Buffer) { in getBitcodeFileContents() function in llvm