Searched refs:parseBitcodeFile (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/libclc/utils/ |
| H A D | prepare-builtins.cpp | 51 parseBitcodeFile(BufferPtr.get()->getMemBufferRef(), Context)); in main() 53 parseBitcodeFile(BufferPtr.get()->getMemBufferRef(), Context); in main()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 41 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext() 64 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
|
| H A D | BitcodeReader.cpp | 7894 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
|
| /llvm-project-15.0.7/llvm/tools/llvm-dis-fuzzer/ |
| H A D | llvm-dis-fuzzer.cpp | 26 parseBitcodeFile(Buffer->getMemBufferRef(), Context).takeError()); in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ThreadSafeModule.cpp | 57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 81 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
| /llvm-project-15.0.7/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 77 parseBitcodeFile(Buffer, Context, DataLayoutCallback); in parseIR()
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 172 Expected<std::unique_ptr<Module>> parseBitcodeFile(
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
| H A D | LLJITWithThinLTOSummaries.cpp | 168 parseBitcodeFile(BitcodeBufferRef, *TSCtx.getContext()); in loadModule()
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 264 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
|
| /llvm-project-15.0.7/llvm/tools/verify-uselistorder/ |
| H A D | verify-uselistorder.cpp | 163 parseBitcodeFile(Buffer->getMemBufferRef(), Context); in readBitcode()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 443 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
| H A D | LTOModule.cpp | 185 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 3299 C, llvm::parseBitcodeFile(Buf.get()->getMemBufferRef(), C)); in loadOffloadInfoMetadata()
|