Home
last modified time | relevance | path

Searched refs:IsImporting (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h84 bool IsImporting);
101 bool IsImporting);
142 bool IsImporting = false);
150 bool ShouldLazyLoadMetadata = false, bool IsImporting = false);
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h44 BitcodeReaderValueList &ValueList, bool IsImporting,
H A DMetadataLoader.cpp460 bool IsImporting = false; member in MetadataLoader::MetadataLoaderImpl
628 bool IsImporting) in MetadataLoaderImpl() argument
631 getTypeByID(std::move(getTypeByID)), IsImporting(IsImporting) {} in MetadataLoaderImpl()
856 if (ModuleLevel && IsImporting && MetadataList.empty() && in parseMetadata()
1284 if (IsImporting && !ImportFullTypeDefinitions && Identifier && in parseOneMetadata()
2007 bool IsImporting, in MetadataLoader() argument
2010 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()
H A DBitcodeReader.cpp539 bool IsImporting = false);
3390 bool IsImporting) { in parseBitcodeInto() argument
3392 MDLoader = MetadataLoader(Stream, *M, ValueList, IsImporting, in parseBitcodeInto()
5858 bool ShouldLazyLoadMetadata, bool IsImporting) { in getModuleImpl() argument
5882 R->parseBitcodeInto(M.get(), ShouldLazyLoadMetadata, IsImporting)) in getModuleImpl()
5899 bool IsImporting) { in getLazyModule() argument
5900 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting); in getLazyModule()
6034 bool ShouldLazyLoadMetadata, bool IsImporting) { in getLazyBitcodeModule() argument
6039 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule()
6044 bool ShouldLazyLoadMetadata, bool IsImporting) { in getOwningLazyBitcodeModule() argument
[all …]
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp180 bool Lazy, bool IsImporting) { in loadModuleFromBuffer() argument
185 /* ShouldLazyLoadMetadata */ true, IsImporting) in loadModuleFromBuffer()