Searched refs:IsImporting (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 126 bool ShouldLazyLoadMetadata, bool IsImporting, 140 /// If IsImporting is true, this module is being parsed for ThinLTO 144 bool IsImporting, ParserCallbacks Callbacks = {}); 182 /// lazily load metadata as well. If IsImporting is true, this module is 187 bool IsImporting = false, 192 /// error, this *does not* move Buffer. If IsImporting is true, this module is 196 bool ShouldLazyLoadMetadata = false, bool IsImporting = false,
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.h | 56 BitcodeReaderValueList &ValueList, bool IsImporting,
|
H A D | MetadataLoader.cpp | 471 bool IsImporting = false; member in MetadataLoader::MetadataLoaderImpl 727 MetadataLoaderCallbacks Callbacks, bool IsImporting) in MetadataLoaderImpl() argument 731 IsImporting(IsImporting) {} in MetadataLoaderImpl() 1074 if (ModuleLevel && IsImporting && MetadataList.empty() && in parseMetadata() 1648 if (IsImporting && !ImportFullTypeDefinitions && Identifier && Name && in parseOneMetadata() 2497 bool IsImporting, in MetadataLoader() argument 2500 Stream, TheModule, ValueList, std::move(Callbacks), IsImporting)) {} in MetadataLoader()
|
H A D | BitcodeReader.cpp | 719 bool IsImporting, ParserCallbacks Callbacks = {}); 4707 bool IsImporting, in parseBitcodeInto() argument 4716 MDLoader = MetadataLoader(Stream, *M, ValueList, IsImporting, MDCallbacks); in parseBitcodeInto() 8339 bool ShouldLazyLoadMetadata, bool IsImporting, in getModuleImpl() argument 8363 IsImporting, Callbacks)) in getModuleImpl() 8381 bool IsImporting, ParserCallbacks Callbacks) { in getLazyModule() argument 8382 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting, in getLazyModule() 8542 bool ShouldLazyLoadMetadata, bool IsImporting, in getLazyBitcodeModule() argument 8548 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting, in getLazyBitcodeModule() 8554 bool ShouldLazyLoadMetadata, bool IsImporting, ParserCallbacks Callbacks) { in getOwningLazyBitcodeModule() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 195 bool IsImporting) { in loadModuleFromInput() argument 200 /* ShouldLazyLoadMetadata */ true, IsImporting) in loadModuleFromInput()
|