HomeSort by: relevance | last modified time | path
    Searched refs:IsImporting (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 85 bool ShouldLazyLoadMetadata, bool IsImporting,
99 /// If IsImporting is true, this module is being parsed for ThinLTO
103 bool IsImporting);
141 /// lazily load metadata as well. If IsImporting is true, this module is
146 bool IsImporting = false);
150 /// error, this *does not* move Buffer. If IsImporting is true, this module is
154 bool ShouldLazyLoadMetadata = false, bool IsImporting = false);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.h 41 BitcodeReaderValueList &ValueList, bool IsImporting,
MetadataLoader.cpp 481 bool IsImporting = false;
648 bool IsImporting)
652 IsImporting(IsImporting) {}
985 if (ModuleLevel && IsImporting && MetadataList.empty() &&
1500 if (IsImporting && !ImportFullTypeDefinitions && Identifier &&
2312 bool IsImporting,
2315 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {}
BitcodeReader.cpp 581 Module *M, bool ShouldLazyLoadMetadata = false, bool IsImporting = false,
3836 bool IsImporting,
3839 MDLoader = MetadataLoader(Stream, *M, ValueList, IsImporting,
6832 bool ShouldLazyLoadMetadata, bool IsImporting,
6859 IsImporting, DataLayoutCallback))
6876 bool IsImporting) {
6877 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting,
7025 bool ShouldLazyLoadMetadata, bool IsImporting) {
7030 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting);
7035 bool ShouldLazyLoadMetadata, bool IsImporting) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 190 bool IsImporting) {
195 /* ShouldLazyLoadMetadata */ true, IsImporting)
218 /*Lazy=*/true, /*IsImporting*/ true);
953 /*IsImporting*/ false);
1124 /*IsImporting*/ false);

Completed in 25 milliseconds