HomeSort by relevance Sort by last modified time
    Searched refs:isExported (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/LTO/
LTO.cpp 101 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) {
103 if (isExported(S->modulePath(), GUID)) {
115 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) {
117 thinLTOInternalizeAndPromoteGUID(I.second, I.first, isExported);
ThinLTOCodeGenerator.cpp 639 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) {
645 thinLTOInternalizeAndPromoteInIndex(Index, isExported);
740 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) {
750 thinLTOInternalizeAndPromoteInIndex(*Index, isExported);
  /external/llvm/include/llvm/LTO/
LTO.h 71 function_ref<bool(StringRef, GlobalValue::GUID)> isExported);
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
BroadcastReceiverData.java 73 public boolean isExported() {
ServiceData.java 68 public boolean isExported() {
ActivityData.java 87 public boolean isExported() {
  /external/llvm/include/llvm/ExecutionEngine/
JITSymbolFlags.h 62 bool isExported() const {
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
ignore.go 141 return xf.m[p[len(p)-2].Type()] && !isExported(sf.Name())
144 // isExported reports whether the identifier is exported.
145 func isExported(id string) bool {
struct_filter.go 163 if !isExported(name) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/
AndroidManifestTest.java 489 assertThat(activityData.isExported()).isFalse();
496 assertThat(activityData.isExported()).isTrue();
503 assertThat(serviceData.isExported()).isFalse();
510 assertThat(serviceData.isExported()).isTrue();
519 assertThat(receiverData.isExported()).isFalse();
527 assertThat(receiverData.isExported()).isTrue();
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
format.go 152 subConf.useStringer = conf.useStringer && isExported(name)
255 // isExported reports whether the identifier is exported.
256 func isExported(id string) bool {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTO.cpp 343 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) {
345 if (isExported(S->modulePath(), GUID)) {
357 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) {
359 thinLTOInternalizeAndPromoteGUID(I.second.SummaryList, I.first, isExported);
    [all...]
ThinLTOCodeGenerator.cpp 629 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) {
636 thinLTOInternalizeAndPromoteInIndex(Index, isExported);
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 55 if (!SymEntry->second.isExported() && ExportedSymbolsOnly)
IndirectionUtils.h 273 if (ExportedStubsOnly && !StubSymbol.isExported())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 108 bool isExported() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
LTO.h 61 function_ref<bool(StringRef, GlobalValue::GUID)> isExported);
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
path.go 278 // isExported reports whether the identifier is exported.
279 func isExported(id string) bool {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 346 bool isExported() const {
463 bool &IsExported);
469 bool &IsExported);
754 Constant *TheFn, bool &IsExported) {
765 if (CSInfo.isExported())
766 IsExported = true;
788 bool IsExported = false;
789 applySingleImplDevirt(SlotInfo, TheFn, IsExported);
790 if (!IsExported)
871 bool IsExported = false
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 239 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported())
RTDyldObjectLinkingLayer.h 120 if (!SymEntry->second.getFlags().isExported() && ExportedSymbolsOnly)
OrcRemoteTargetClient.h 367 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported())
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
LegacyManifestParser.java 184 activityInfo.exported = data.isExported();
243 info.exported = data.isExported();
258 info.exported = data.isExported();
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.14.0.v20180417-0825.jar 
  /external/llvm/tools/gold/
gold-plugin.cpp     [all...]

Completed in 545 milliseconds

1 2