Home
last modified time | relevance | path

Searched refs:getBitcodeModuleList (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-modextract/
Dllvm-modextract.cpp46 std::vector<BitcodeModule> Ms = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cat/
Dllvm-cat.cpp58 std::vector<BitcodeModule> Mods = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRObjectFile.cpp116 getBitcodeModuleList(*BCOrErr); in create()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h132 getBitcodeModuleList(MemoryBufferRef Buffer);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5625 llvm::getBitcodeModuleList(MemoryBufferRef Buffer) { in getBitcodeModuleList() function in llvm
5851 Expected<std::vector<BitcodeModule>> MsOrErr = getBitcodeModuleList(Buffer); in getSingleModule()