Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp61 if (!PrintHidden && !Flags.isExported()) in flagsMatchCLOpts()
169 if (!Flags.isExported()) in operator <<()
H A DCore.cpp2354 if (!SymI->second.getFlags().isExported() && in IL_updateCandidatesFor()
2622 if (!SymI->second.getFlags().isExported() && in OL_completeLookup()
2858 if (!SymI->second.getFlags().isExported() && in OL_completeLookupFlags()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h55 bool isExported() const { in isExported() function
/openbsd/gnu/llvm/lld/wasm/
H A DMarkLive.cpp94 if (sym->isNoStrip() || sym->isExported()) in run()
H A DLTO.cpp108 (r.Prevailing && sym->isExported()); in add()
H A DWriter.cpp684 if (!sym->isExported()) in calculateExports()
782 if (sym->isExported()) in createCommandExportWrappers()
1637 !WasmSym::callCtors->isExported()) { in run()
H A DSymbols.cpp227 bool Symbol::isExported() const { in isExported() function in lld::wasm::Symbol
H A DSymbols.h118 bool isExported() const;
H A DSyntheticSections.cpp94 if (sym->isExported() && sym->isTLS() && isa<DefinedData>(sym)) { in writeBody()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp433 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID() argument
437 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID()
464 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex() argument
468 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex()
1569 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() local
1577 updateIndexWPDForExports(ThinLTO.CombinedIndex, isExported, in runThinLTO()
1584 thinLTOInternalizeAndPromoteInIndex(ThinLTO.CombinedIndex, isExported, in runThinLTO()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp481 bool isExported() const { in isExported() function
862 function_ref<bool(StringRef, ValueInfo)> isExported, in updateIndexWPDForExports() argument
870 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports()
1165 if (CSInfo.isExported()) in applySingleImplDevirt()
1378 if (CSInfo.isExported()) in applyICallBranchFunnel()
1501 if (CSInfo.isExported()) { in tryUniformRetValOpt()
1633 if (CSInfo.isExported()) { in tryUniqueRetValOpt()
1771 if (CSByConstantArg.second.isExported()) { in tryVirtualConstProp()
H A DLowerTypeTests.cpp307 bool isExported() const { in isExported() function in __anon647e48d00111::GlobalTypeMember
1559 const bool IsExported = Functions[I]->isExported(); in buildBitSetsFromFunctionsNative()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h267 function_ref<bool(StringRef, ValueInfo)> isExported,
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h144 bool isExported() const { in isExported() function
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp225 Sym->setScope(ResultI->second.getFlags().isExported() ? Scope::Default in applyLookupResult()
/openbsd/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h59 function_ref<bool(StringRef, ValueInfo)> isExported,
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h406 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()