Searched refs:isExported (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 61 if (!PrintHidden && !Flags.isExported()) in flagsMatchCLOpts() 169 if (!Flags.isExported()) in operator <<()
|
| H A D | Core.cpp | 2122 if (!SymI->second.getFlags().isExported() && in IL_updateCandidatesFor() 2376 if (!SymI->second.getFlags().isExported() && in OL_completeLookup() 2612 if (!SymI->second.getFlags().isExported() && in OL_completeLookupFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTO.cpp | 429 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID() argument 433 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 460 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex() argument 464 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex() 1484 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() local 1492 updateIndexWPDForExports(ThinLTO.CombinedIndex, isExported, in runThinLTO() 1499 thinLTOInternalizeAndPromoteInIndex(ThinLTO.CombinedIndex, isExported, in runThinLTO()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 437 bool isExported() const { in isExported() function 836 function_ref<bool(StringRef, ValueInfo)> isExported, in updateIndexWPDForExports() argument 844 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 1095 if (CSInfo.isExported()) in applySingleImplDevirt() 1308 if (CSInfo.isExported()) in applyICallBranchFunnel() 1426 if (CSInfo.isExported()) { in tryUniformRetValOpt() 1555 if (CSInfo.isExported()) { in tryUniqueRetValOpt() 1689 if (CSByConstantArg.second.isExported()) { in tryVirtualConstProp()
|
| H A D | LowerTypeTests.cpp | 301 bool isExported() const { in isExported() function in __anon008eecce0111::GlobalTypeMember 1547 if (Functions[I]->isExported()) { in buildBitSetsFromFunctionsNative()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 56 bool isExported() const { in isExported() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | WholeProgramDevirt.h | 264 function_ref<bool(StringRef, ValueInfo)> isExported,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 144 bool isExported() const { in isExported() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 58 function_ref<bool(StringRef, ValueInfo)> isExported,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.h | 399 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
|
| H A D | OrcRemoteTargetClient.h | 586 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
|