/external/llvm/lib/LTO/ |
D | LTO.cpp | 101 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteGUID() argument 103 if (isExported(S->modulePath(), GUID)) { in thinLTOInternalizeAndPromoteGUID() 115 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteInIndex() argument 117 thinLTOInternalizeAndPromoteGUID(I.second, I.first, isExported); in thinLTOInternalizeAndPromoteInIndex()
|
D | ThinLTOCodeGenerator.cpp | 639 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalize() local 645 thinLTOInternalizeAndPromoteInIndex(Index, isExported); in internalize() 740 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in run() local 750 thinLTOInternalizeAndPromoteInIndex(*Index, isExported); in run()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/ |
D | AndroidManifestTest.java | 489 assertThat(activityData.isExported()).isFalse(); in activitiesWithoutIntentFiltersNotExportedByDefault() 496 assertThat(activityData.isExported()).isTrue(); in activitiesWithIntentFiltersExportedByDefault() 503 assertThat(serviceData.isExported()).isFalse(); in servicesWithoutIntentFiltersNotExportedByDefault() 510 assertThat(serviceData.isExported()).isTrue(); in servicesWithIntentFiltersExportedByDefault() 519 assertThat(receiverData.isExported()).isFalse(); in receiversWithoutIntentFiltersNotExportedByDefault() 527 assertThat(receiverData.isExported()).isTrue(); in receiversWithIntentFiltersExportedByDefault()
|
/external/llvm/include/llvm/LTO/ |
D | LTO.h | 71 function_ref<bool(StringRef, GlobalValue::GUID)> isExported);
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/ |
D | ServiceData.java | 68 public boolean isExported() { in isExported() method in ServiceData
|
D | BroadcastReceiverData.java | 73 public boolean isExported() { in isExported() method in BroadcastReceiverData
|
D | ActivityData.java | 87 public boolean isExported() { in isExported() method in ActivityData
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbolFlags.h | 62 bool isExported() const { in isExported() function
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | DebugUtils.cpp | 61 if (!PrintHidden && !Flags.isExported()) in flagsMatchCLOpts() 169 if (!Flags.isExported()) in operator <<()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbolWasm.h | 51 bool isExported() const { in isExported() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 389 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID() argument 393 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 420 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex() argument 424 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex() 1336 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() local 1344 updateIndexWPDForExports(ThinLTO.CombinedIndex, isExported, in runThinLTO() 1351 thinLTOInternalizeAndPromoteInIndex(ThinLTO.CombinedIndex, isExported, in runThinLTO()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTO.cpp | 402 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID() argument 406 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 433 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex() argument 437 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex() 1421 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() local 1429 updateIndexWPDForExports(ThinLTO.CombinedIndex, isExported, in runThinLTO() 1436 thinLTOInternalizeAndPromoteInIndex(ThinLTO.CombinedIndex, isExported, in runThinLTO()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbolWasm.h | 52 bool isExported() const { in isExported() function
|
/external/llvm-project/lld/wasm/ |
D | MarkLive.cpp | 95 if (sym->isNoStrip() || sym->isExported()) in run()
|
D | LTO.cpp | 108 (r.Prevailing && sym->isExported()); in add()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 383 bool isExported() const { in isExported() function 714 function_ref<bool(StringRef, ValueInfo)> isExported, in updateIndexWPDForExports() argument 722 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 896 if (CSInfo.isExported()) in applySingleImplDevirt() 1104 if (CSInfo.isExported()) in applyICallBranchFunnel() 1225 if (CSInfo.isExported()) { in tryUniformRetValOpt() 1353 if (CSInfo.isExported()) { in tryUniqueRetValOpt() 1487 if (CSByConstantArg.second.isExported()) { in tryVirtualConstProp()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 429 bool isExported() const { in isExported() function 820 function_ref<bool(StringRef, ValueInfo)> isExported, in updateIndexWPDForExports() argument 828 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 1049 if (CSInfo.isExported()) in applySingleImplDevirt() 1262 if (CSInfo.isExported()) in applyICallBranchFunnel() 1381 if (CSInfo.isExported()) { in tryUniformRetValOpt() 1510 if (CSInfo.isExported()) { in tryUniqueRetValOpt() 1644 if (CSByConstantArg.second.isExported()) { in tryVirtualConstProp()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | LegacyManifestParser.java | 184 activityInfo.exported = data.isExported(); in createPackage() 243 info.exported = data.isExported(); in createPackage() 258 info.exported = data.isExported(); in createPackage()
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 262 function_ref<bool(StringRef, ValueInfo)> isExported,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 254 function_ref<bool(StringRef, ValueInfo)> isExported,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbol.h | 142 bool isExported() const { in isExported() function
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbol.h | 144 bool isExported() const { in isExported() function
|
/external/llvm-project/llvm/include/llvm/LTO/ |
D | LTO.h | 58 function_ref<bool(StringRef, ValueInfo)> isExported,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 62 function_ref<bool(StringRef, ValueInfo)> isExported,
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 55 if (!SymEntry->second.isExported() && ExportedSymbolsOnly) in getSymbol()
|