Searched refs:GUIDPreservedSymbols (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp184 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size());
189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name));
191 return GUIDPreservedSymbols;
335 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
356 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
619 auto GUIDPreservedSymbols = local
635 if (ExportList.empty() && GUIDPreservedSymbols.empty())
643 GUIDPreservedSymbols.count(GUID);
727 auto GUIDPreservedSymbols = local
744 GUIDPreservedSymbols
331 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, StringMap<MemoryBufferRef> &ModuleMap, TargetMachine &TM, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, const GVSummaryMapTy &DefinedGlobals, const ThinLTOCodeGenerator::CachingOptions &CacheOptions, bool DisableCodeGen, StringRef SaveTempsDir, unsigned count) argument
[all...]

Completed in 1454 milliseconds