Home
last modified time | relevance | path

Searched refs:getBitcodeFileContents (Results 1 – 6 of 6) 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-16.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h121 getBitcodeFileContents(MemoryBufferRef Buffer);
174 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DIRObjectFile.cpp143 Expected<BitcodeFileContents> BFCOrErr = getBitcodeFileContents(*BCOrErr); in readIRSymtab()
/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp7817 auto FOrErr = getBitcodeFileContents(Buffer); in getBitcodeModuleList()
7824 llvm::getBitcodeFileContents(MemoryBufferRef Buffer) { in getBitcodeFileContents() function in llvm