Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h126 bool ShouldLazyLoadMetadata, bool IsImporting,
144 bool IsImporting, ParserCallbacks Callbacks = {});
187 bool IsImporting = false,
196 bool ShouldLazyLoadMetadata = false, bool IsImporting = false,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h56 BitcodeReaderValueList &ValueList, bool IsImporting,
H A DMetadataLoader.cpp471 bool IsImporting = false; member in MetadataLoader::MetadataLoaderImpl
719 MetadataLoaderCallbacks Callbacks, bool IsImporting) in MetadataLoaderImpl() argument
723 IsImporting(IsImporting) {} in MetadataLoaderImpl()
1066 if (ModuleLevel && IsImporting && MetadataList.empty() && in parseMetadata()
1631 if (IsImporting && !ImportFullTypeDefinitions && Identifier && Name && in parseOneMetadata()
2480 bool IsImporting, in MetadataLoader() argument
2483 Stream, TheModule, ValueList, std::move(Callbacks), IsImporting)) {} in MetadataLoader()
H A DBitcodeReader.cpp693 bool IsImporting, ParserCallbacks Callbacks = {});
4541 bool IsImporting, in parseBitcodeInto() argument
4550 MDLoader = MetadataLoader(Stream, *M, ValueList, IsImporting, MDCallbacks); in parseBitcodeInto()
7994 bool ShouldLazyLoadMetadata, bool IsImporting, in getModuleImpl() argument
8018 IsImporting, Callbacks)) in getModuleImpl()
8035 bool IsImporting, ParserCallbacks Callbacks) { in getLazyModule() argument
8036 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting, in getLazyModule()
8196 bool ShouldLazyLoadMetadata, bool IsImporting, in getLazyBitcodeModule() argument
8202 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting, in getLazyBitcodeModule()
8208 bool ShouldLazyLoadMetadata, bool IsImporting, ParserCallbacks Callbacks) { in getOwningLazyBitcodeModule() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp194 bool IsImporting) { in loadModuleFromInput() argument
199 /* ShouldLazyLoadMetadata */ true, IsImporting) in loadModuleFromInput()