Home
last modified time | relevance | path

Searched refs:isExported (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/LTO/
DLTO.cpp101 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()
DThinLTOCodeGenerator.cpp639 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/
DAndroidManifestTest.java489 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/
DLTO.h71 function_ref<bool(StringRef, GlobalValue::GUID)> isExported);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DServiceData.java68 public boolean isExported() { in isExported() method in ServiceData
DBroadcastReceiverData.java73 public boolean isExported() { in isExported() method in BroadcastReceiverData
DActivityData.java87 public boolean isExported() { in isExported() method in ActivityData
/external/llvm/include/llvm/ExecutionEngine/
DJITSymbolFlags.h62 bool isExported() const { in isExported() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugUtils.cpp61 if (!PrintHidden && !Flags.isExported()) in flagsMatchCLOpts()
169 if (!Flags.isExported()) in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h51 bool isExported() const { in isExported() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp389 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/
DLTO.cpp402 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/
DMCSymbolWasm.h52 bool isExported() const { in isExported() function
/external/llvm-project/lld/wasm/
DMarkLive.cpp95 if (sym->isNoStrip() || sym->isExported()) in run()
DLTO.cpp108 (r.Prevailing && sym->isExported()); in add()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp383 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/
DWholeProgramDevirt.cpp429 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/
DLegacyManifestParser.java184 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/
DWholeProgramDevirt.h262 function_ref<bool(StringRef, ValueInfo)> isExported,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h254 function_ref<bool(StringRef, ValueInfo)> isExported,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h142 bool isExported() const { in isExported() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h144 bool isExported() const { in isExported() function
/external/llvm-project/llvm/include/llvm/LTO/
DLTO.h58 function_ref<bool(StringRef, ValueInfo)> isExported,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h62 function_ref<bool(StringRef, ValueInfo)> isExported,
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h55 if (!SymEntry->second.isExported() && ExportedSymbolsOnly) in getSymbol()

12