Home
last modified time | relevance | path

Searched refs:isExported (Results 1 – 25 of 28) 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/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
Dignore.go141 return xf.m[p[len(p)-2].Type()] && !isExported(sf.Name())
145 func isExported(id string) bool { func
Dstruct_filter.go163 if !isExported(name) {
/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/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
Dformat.go152 subConf.useStringer = conf.useStringer && isExported(name)
256 func isExported(id string) bool { func
/external/llvm/include/llvm/ExecutionEngine/
DJITSymbolFlags.h62 bool isExported() const { in isExported() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp343 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteGUID() argument
345 if (isExported(S->modulePath(), GUID)) { in thinLTOInternalizeAndPromoteGUID()
357 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteInIndex() argument
359 thinLTOInternalizeAndPromoteGUID(I.second.SummaryList, I.first, isExported); in thinLTOInternalizeAndPromoteInIndex()
1196 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in runThinLTO() local
1202 thinLTOInternalizeAndPromoteInIndex(ThinLTO.CombinedIndex, isExported); in runThinLTO()
DThinLTOCodeGenerator.cpp629 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalizeAndPromoteInIndex() local
636 thinLTOInternalizeAndPromoteInIndex(Index, isExported); in internalizeAndPromoteInIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp346 bool isExported() const { in isExported() function
765 if (CSInfo.isExported()) in applySingleImplDevirt()
880 if (CSInfo.isExported()) in applyICallBranchFunnel()
999 if (CSInfo.isExported()) { in tryUniformRetValOpt()
1128 if (CSInfo.isExported()) { in tryUniqueRetValOpt()
1262 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h108 bool isExported() const { in isExported() function
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dpath.go279 func isExported(id string) bool { func
Dcompare.go463 step.unexported = !isExported(step.name)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h61 function_ref<bool(StringRef, GlobalValue::GUID)> isExported);
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h55 if (!SymEntry->second.isExported() && ExportedSymbolsOnly) in getSymbol()
DIndirectionUtils.h273 if (ExportedStubsOnly && !StubSymbol.isExported()) in findStub()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h239 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
DRTDyldObjectLinkingLayer.h120 if (!SymEntry->second.getFlags().isExported() && ExportedSymbolsOnly) in getSymbol()
DOrcRemoteTargetClient.h367 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
/external/llvm/tools/gold/
Dgold-plugin.cpp1385 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in thinLTOLink() local
1400 thinLTOInternalizeAndPromoteInIndex(CombinedIndex, isExported); in thinLTOLink()

12