/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 37 static bool isExported(const NamedDecl *D) { in isExported() function 178 isExported(D) ? RecordLinkage::Exported : RecordLinkage::Internal; in VisitObjCInterfaceDecl() 240 isExported(D) ? RecordLinkage::Exported : RecordLinkage::Internal; in VisitVarDecl() 294 const RecordLinkage Linkage = (Inlined || !isExported(D)) in VisitFunctionDecl() 575 if (isExported(D)) in VisitCXXRecordDecl() 598 if (!isExported(M)) in VisitCXXRecordDecl() 709 if (!isExported(Var)) in VisitCXXRecordDecl()
|
H A D | DylibVerifier.cpp | 302 if (R->isExported()) { in compareVisibility() 321 if ((R->isInternal() && !SymCtx.Inlined) && DR && DR->isExported()) { in compareVisibility() 425 if (R->isExported() && !SymCtx.FA->Avail.isUnavailable() && in verifyImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SectCreate.cpp | 31 auto S = Info.Flags.isExported() ? Scope::Default : Scope::Hidden; in materialize()
|
H A D | DebugUtils.cpp | 61 if (!PrintHidden && !Flags.isExported()) in flagsMatchCLOpts() 173 if (!Flags.isExported()) in operator <<()
|
H A D | Core.cpp | 2271 if (!SymI->second.getFlags().isExported() && in IL_updateCandidatesFor() 2603 if (!SymI->second.getFlags().isExported() && in OL_completeLookup() 2841 if (!SymI->second.getFlags().isExported() && in OL_completeLookupFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordVisitor.cpp | 23 if (R.isExported()) in shouldSkipRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 56 bool isExported() const { in isExported() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 479 bool isExported() const { in isExported() function 929 function_ref<bool(StringRef, ValueInfo)> isExported, in updateIndexWPDForExports() argument 937 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 1239 if (CSInfo.isExported()) in applySingleImplDevirt() 1453 if (CSInfo.isExported()) in applyICallBranchFunnel() 1598 if (CSInfo.isExported()) { in tryUniformRetValOpt() 1729 if (CSInfo.isExported()) { in tryUniqueRetValOpt() 1878 if (CSByConstantArg.second.isExported()) { in tryVirtualConstProp()
|
H A D | LowerTypeTests.cpp | 307 bool isExported() const { in isExported() function in __anonc00fd2a30111::GlobalTypeMember 1680 const bool IsExported = Functions[I]->isExported(); in buildBitSetsFromFunctionsNative()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 461 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID() argument 473 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 541 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex() argument 545 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex() 1814 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() local 1822 updateIndexWPDForExports(ThinLTO.CombinedIndex, isExported, in runThinLTO() 1825 thinLTOInternalizeAndPromoteInIndex(ThinLTO.CombinedIndex, isExported, in runThinLTO()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 97 bool isExported() const { return Linkage >= RecordLinkage::Rexported; } in isExported() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 275 function_ref<bool(StringRef, ValueInfo)> isExported,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 144 bool isExported() const { in isExported() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 238 Sym->setScope(ResultI->second.getFlags().isExported() ? Scope::Default in applyLookupResult()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 59 function_ref<bool(StringRef, ValueInfo)> isExported,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 405 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
|