Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp55 std::vector<BitcodeModule> Ms = ExitOnErr(getBitcodeModuleList(*MB)); in main()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp116 getBitcodeModuleList(*BCOrErr); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h178 getBitcodeModuleList(MemoryBufferRef Buffer);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1068 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in loadModule()
1100 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in loadModule()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp686 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in findThinLTOModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8213 llvm::getBitcodeModuleList(MemoryBufferRef Buffer) { in getBitcodeModuleList() function in llvm
8530 Expected<std::vector<BitcodeModule>> MsOrErr = getBitcodeModuleList(Buffer); in getSingleModule()