Home
last modified time | relevance | path

Searched defs:isExported (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/LTO/
DLTO.cpp101 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteGUID()
115 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteInIndex()
DThinLTOCodeGenerator.cpp639 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalize() local
740 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in run() local
/external/llvm/include/llvm/ExecutionEngine/
DJITSymbolFlags.h62 bool isExported() const { in isExported() function
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DServiceData.java67 public boolean isExported() { in isExported() method in ServiceData
DBroadcastReceiverData.java72 public boolean isExported() { in isExported() method in BroadcastReceiverData
DActivityData.java87 public boolean isExported() { in isExported() method in ActivityData
/external/llvm/tools/gold/
Dgold-plugin.cpp1385 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in thinLTOLink() local