Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h128 bool ShouldLazyLoadMetadata, bool IsImporting,
146 bool IsImporting, ParserCallbacks Callbacks = {});
190 bool IsImporting = false,
199 bool ShouldLazyLoadMetadata = false, bool IsImporting = false,
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h56 BitcodeReaderValueList &ValueList, bool IsImporting,
H A DMetadataLoader.cpp468 bool IsImporting = false; member in MetadataLoader::MetadataLoaderImpl
723 MetadataLoaderCallbacks Callbacks, bool IsImporting) in MetadataLoaderImpl() argument
727 IsImporting(IsImporting) {} in MetadataLoaderImpl()
1070 if (ModuleLevel && IsImporting && MetadataList.empty() && in parseMetadata()
1732 if (IsImporting && !ImportFullTypeDefinitions && Identifier && Name && in parseOneMetadata()
2615 bool IsImporting, in MetadataLoader() argument
2618 Stream, TheModule, ValueList, std::move(Callbacks), IsImporting)) {} in MetadataLoader()
H A DBitcodeReader.cpp704 bool IsImporting, ParserCallbacks Callbacks = {});
4788 bool IsImporting, in parseBitcodeInto() argument
4797 MDLoader = MetadataLoader(Stream, *M, ValueList, IsImporting, MDCallbacks); in parseBitcodeInto()
8474 bool ShouldLazyLoadMetadata, bool IsImporting, in getModuleImpl() argument
8498 IsImporting, Callbacks)) in getModuleImpl()
8516 bool IsImporting, ParserCallbacks Callbacks) { in getLazyModule() argument
8517 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting, in getLazyModule()
8677 bool ShouldLazyLoadMetadata, bool IsImporting, in getLazyBitcodeModule() argument
8683 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting, in getLazyBitcodeModule()
8689 bool ShouldLazyLoadMetadata, bool IsImporting, ParserCallbacks Callbacks) { in getOwningLazyBitcodeModule() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp188 bool IsImporting) { in loadModuleFromInput() argument
193 /* ShouldLazyLoadMetadata */ true, IsImporting) in loadModuleFromInput()