Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp63 std::vector<BitcodeModule> Mods = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp55 std::vector<BitcodeModule> Ms = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DIRObjectFile.cpp117 getBitcodeModuleList(*BCOrErr); in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h178 getBitcodeModuleList(MemoryBufferRef Buffer);
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp671 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in findThinLTOModule()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp1123 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in loadModule()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7816 llvm::getBitcodeModuleList(MemoryBufferRef Buffer) { in getBitcodeModuleList() function in llvm
8119 Expected<std::vector<BitcodeModule>> MsOrErr = getBitcodeModuleList(Buffer); in getSingleModule()