Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp63 std::vector<BitcodeModule> Mods = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/llvm-project-15.0.7/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp55 std::vector<BitcodeModule> Ms = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRObjectFile.cpp117 getBitcodeModuleList(*BCOrErr); in create()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h138 getBitcodeModuleList(MemoryBufferRef Buffer);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp669 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in findThinLTOModule()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp1096 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in loadModule()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7553 llvm::getBitcodeModuleList(MemoryBufferRef Buffer) { in getBitcodeModuleList() function in llvm
7855 Expected<std::vector<BitcodeModule>> MsOrErr = getBitcodeModuleList(Buffer); in getSingleModule()