/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/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/ |
D | ignore.go | 141 return xf.m[p[len(p)-2].Type()] && !isExported(sf.Name()) 145 func isExported(id string) bool { func
|
D | struct_filter.go | 163 if !isExported(name) {
|
/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/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/ |
D | format.go | 152 subConf.useStringer = conf.useStringer && isExported(name) 256 func isExported(id string) bool { func
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbolFlags.h | 62 bool isExported() const { in isExported() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 343 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()
|
D | ThinLTOCodeGenerator.cpp | 629 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/ |
D | WholeProgramDevirt.cpp | 346 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbol.h | 108 bool isExported() const { in isExported() function
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
D | path.go | 279 func isExported(id string) bool { func
|
D | compare.go | 463 step.unexported = !isExported(step.name)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | LTO.h | 61 function_ref<bool(StringRef, GlobalValue::GUID)> isExported);
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 55 if (!SymEntry->second.isExported() && ExportedSymbolsOnly) in getSymbol()
|
D | IndirectionUtils.h | 273 if (ExportedStubsOnly && !StubSymbol.isExported()) in findStub()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 239 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
|
D | RTDyldObjectLinkingLayer.h | 120 if (!SymEntry->second.getFlags().isExported() && ExportedSymbolsOnly) in getSymbol()
|
D | OrcRemoteTargetClient.h | 367 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1385 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in thinLTOLink() local 1400 thinLTOInternalizeAndPromoteInIndex(CombinedIndex, isExported); in thinLTOLink()
|