Home
last modified time | relevance | path

Searched refs:isExported (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp61 if (!PrintHidden && !Flags.isExported()) in flagsMatchCLOpts()
169 if (!Flags.isExported()) in operator <<()
H A DCore.cpp2122 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 DLTO.cpp429 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 DWholeProgramDevirt.cpp437 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 DLowerTypeTests.cpp301 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 DMCSymbolWasm.h56 bool isExported() const { in isExported() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h264 function_ref<bool(StringRef, ValueInfo)> isExported,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h144 bool isExported() const { in isExported() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h58 function_ref<bool(StringRef, ValueInfo)> isExported,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h399 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
H A DOrcRemoteTargetClient.h586 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()