Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DModuleHandler.java30 abstract boolean isExported(Class<?> source); in isExported() method in ModuleHandler
32 abstract boolean isExported(Class<?> source, Class<?> target); in isExported() method in ModuleHandler
56 isExported, field in ModuleHandler.ModuleSystemFound
101 boolean isExported(Class<?> source) { in isExported() method in ModuleHandler.ModuleSystemFound
113 boolean isExported(Class<?> source, Class<?> target) { in isExported() method in ModuleHandler.ModuleSystemFound
317 boolean isExported(Class<?> source) { in isExported() method in ModuleHandler.NoModuleSystemFound
322 boolean isExported(Class<?> source, Class<?> target) { in isExported() method in ModuleHandler.NoModuleSystemFound
/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/resources/src/main/java/org/robolectric/manifest/
DServiceData.java66 public boolean isExported() { in isExported() method in ServiceData
DBroadcastReceiverData.java73 public boolean isExported() { in isExported() method in BroadcastReceiverData
DActivityData.java91 public boolean isExported() { in isExported() method in ActivityData
/external/go-cmp/cmp/cmpopts/
Dignore.go146 func isExported(id string) bool { func
/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/include/llvm/ExecutionEngine/
DJITSymbol.h142 bool isExported() const { in isExported() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h144 bool isExported() const { in isExported() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSymbolWasm.h55 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()
420 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex()
1336 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTO.cpp433 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID()
464 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex()
1569 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() local
/external/go-cmp/cmp/
Dpath.go387 func isExported(id string) bool { func
/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()
DLowerTypeTests.cpp301 bool isExported() const { in isExported() function in __anon426a789d0111::GlobalTypeMember
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp481 bool isExported() const { in isExported() function
862 function_ref<bool(StringRef, ValueInfo)> isExported, in updateIndexWPDForExports()
DLowerTypeTests.cpp307 bool isExported() const { in isExported() function in __anon1e316a630111::GlobalTypeMember
/external/llvm/tools/gold/
Dgold-plugin.cpp1385 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in thinLTOLink() local