Searched refs:parseModule (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DFuzzerCLI.h59 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp71 std::unique_ptr<Module> M = ExitOnErr(Ms[ModuleIndex].parseModule(Context));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp170 std::unique_ptr<Module> llvm::parseModule( function in class:llvm
204 auto M = parseModule(Data, Size, Context);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h106 Expected<std::unique_ptr<Module>> parseModule(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp728 Error parseModule(
818 Error parseModule();
3449 Error BitcodeReader::parseModule(uint64_t ResumeBit, function in class:BitcodeReader
3736 return parseModule(0, ShouldLazyLoadMetadata, DataLayoutCallback);
5418 if (Error Err = parseModule(LastFunctionBlockBit > NextUnreadBit
5603 Error ModuleSummaryIndexBitcodeReader::parseModule() { function in class:ModuleSummaryIndexBitcodeReader
6570 /// \a parseModule(). If this is truly lazy, then we need to eagerly pull
6638 return R.parseModule();
6651 if (Error Err = R.parseModule())
6789 BitcodeModule::parseModule(LLVMContex function in class:BitcodeModule
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp193 : Mod.parseModule(Context);
H A DLTO.cpp1150 Expected<std::unique_ptr<Module>> MOrErr = BM.parseModule(BackendContext);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp523 auto ModuleOrErr = Mod.parseModule(CTX);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1077 Bm->parseModule(*VMContext);

Completed in 205 milliseconds