Searched defs:IsImporting (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp184 loadModuleFromInput(lto::InputFile *Input, LLVMContext &Context, bool Lazy, bool IsImporting) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp470 bool IsImporting = false; member in class:__anon3413::MetadataLoader::MetadataLoaderImpl
635 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, BitcodeReaderValueList &ValueList, std::function<Type *(unsigned)> getTypeByID, bool IsImporting) argument
2168 MetadataLoader(BitstreamCursor &Stream, Module &TheModule, BitcodeReaderValueList &ValueList, bool IsImporting, std::function<Type *(unsigned)> getTypeByID) argument
H A DBitcodeReader.cpp3730 parseBitcodeInto(Module *M, bool ShouldLazyLoadMetadata, bool IsImporting, DataLayoutCallbackTy DataLayoutCallback) argument
6576 getModuleImpl(LLVMContext &Context, bool MaterializeAll, bool ShouldLazyLoadMetadata, bool IsImporting, DataLayoutCallbackTy DataLayoutCallback) argument
6620 getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, bool IsImporting) argument
6769 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context, bool ShouldLazyLoadMetadata, bool IsImporting) argument
6778 getOwningLazyBitcodeModule( std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, bool ShouldLazyLoadMetadata, bool IsImporting) argument
[all...]

Completed in 71 milliseconds