/openbsd/gnu/llvm/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 | 2354 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 D | MCSymbolWasm.h | 55 bool isExported() const { in isExported() function
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | MarkLive.cpp | 94 if (sym->isNoStrip() || sym->isExported()) in run()
|
H A D | LTO.cpp | 108 (r.Prevailing && sym->isExported()); in add()
|
H A D | Writer.cpp | 684 if (!sym->isExported()) in calculateExports() 782 if (sym->isExported()) in createCommandExportWrappers() 1637 !WasmSym::callCtors->isExported()) { in run()
|
H A D | Symbols.cpp | 227 bool Symbol::isExported() const { in isExported() function in lld::wasm::Symbol
|
H A D | Symbols.h | 118 bool isExported() const;
|
H A D | SyntheticSections.cpp | 94 if (sym->isExported() && sym->isTLS() && isa<DefinedData>(sym)) { in writeBody()
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTO.cpp | 433 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 D | WholeProgramDevirt.cpp | 481 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 D | LowerTypeTests.cpp | 307 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 D | WholeProgramDevirt.h | 267 function_ref<bool(StringRef, ValueInfo)> isExported,
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 144 bool isExported() const { in isExported() function
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 225 Sym->setScope(ResultI->second.getFlags().isExported() ? Scope::Default in applyLookupResult()
|
/openbsd/gnu/llvm/llvm/include/llvm/LTO/ |
H A D | LTO.h | 59 function_ref<bool(StringRef, ValueInfo)> isExported,
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 406 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
|