Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp45 std::vector<BitcodeModule> Ms = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp63 std::vector<BitcodeModule> Mods = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRObjectFile.cpp117 getBitcodeModuleList(*BCOrErr); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h137 getBitcodeModuleList(MemoryBufferRef Buffer);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp672 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in findThinLTOModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp994 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in loadModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6705 llvm::getBitcodeModuleList(MemoryBufferRef Buffer) { in getBitcodeModuleList() function in llvm
7013 Expected<std::vector<BitcodeModule>> MsOrErr = getBitcodeModuleList(Buffer); in getSingleModule()