Searched refs:ImportIndex (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | FunctionImportUtils.h | 31 const ModuleSummaryIndex &ImportIndex; variable 76 : M(M), ImportIndex(Index), GlobalsToImport(GlobalsToImport) { in M() 82 HasExportedFunctions = ImportIndex.hasExportedFunctions(M); in M()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionImportUtils.h | 31 const ModuleSummaryIndex &ImportIndex; variable 89 : M(M), ImportIndex(Index), GlobalsToImport(GlobalsToImport) { in M() 95 HasExportedFunctions = ImportIndex.hasExportedFunctions(M); in M()
|
/external/turbine/java/com/google/turbine/binder/lookup/ |
D | ImportIndex.java | 44 public class ImportIndex implements ImportScope { class 52 public ImportIndex(TurbineLogWithSource log, ImmutableMap<String, Supplier<ImportScope>> thunks) { in ImportIndex() method in ImportIndex 57 public static ImportIndex create( in create() 94 return new ImportIndex(log, ImmutableMap.copyOf(thunks)); in create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 68 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal() 105 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName() 208 ValueInfo VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
|
/external/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 91 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
|
/external/turbine/java/com/google/turbine/binder/ |
D | Binder.java | 44 import com.google.turbine.binder.lookup.ImportIndex; 191 ImportIndex.create(log.withSource(unit.source()), importResolver, tli, unit.imports()); in bindPackages()
|
/external/v8/src/objects/ |
D | module.cc | 117 int ImportIndex(int cell_index) { in ImportIndex() function 155 cell = regular_imports()->get(ImportIndex(cell_index)); in GetCell() 645 module->regular_imports()->set(ImportIndex(entry->cell_index()), *cell); in FinishInstantiate()
|