Searched refs:IsImporting (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 85 bool ShouldLazyLoadMetadata, bool IsImporting, 103 bool IsImporting); 146 bool IsImporting = false); 154 bool ShouldLazyLoadMetadata = false, bool IsImporting = false);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.h | 41 BitcodeReaderValueList &ValueList, bool IsImporting,
|
H A D | MetadataLoader.cpp | 481 bool IsImporting = false; member in MetadataLoader::MetadataLoaderImpl 648 bool IsImporting) in MetadataLoaderImpl() argument 652 IsImporting(IsImporting) {} in MetadataLoaderImpl() 985 if (ModuleLevel && IsImporting && MetadataList.empty() && in parseMetadata() 1500 if (IsImporting && !ImportFullTypeDefinitions && Identifier && in parseOneMetadata() 2312 bool IsImporting, in MetadataLoader() argument 2315 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {} in MetadataLoader()
|
H A D | BitcodeReader.cpp | 581 Module *M, bool ShouldLazyLoadMetadata = false, bool IsImporting = false, 3836 bool IsImporting, in parseBitcodeInto() argument 3839 MDLoader = MetadataLoader(Stream, *M, ValueList, IsImporting, in parseBitcodeInto() 6832 bool ShouldLazyLoadMetadata, bool IsImporting, in getModuleImpl() argument 6859 IsImporting, DataLayoutCallback)) in getModuleImpl() 6876 bool IsImporting) { in getLazyModule() argument 6877 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting, in getLazyModule() 7025 bool ShouldLazyLoadMetadata, bool IsImporting) { in getLazyBitcodeModule() argument 7030 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule() 7035 bool ShouldLazyLoadMetadata, bool IsImporting) { in getOwningLazyBitcodeModule() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 190 bool IsImporting) { in loadModuleFromInput() argument 195 /* ShouldLazyLoadMetadata */ true, IsImporting) in loadModuleFromInput()
|