Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp37 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 DDylibVerifier.cpp302 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 DSectCreate.cpp31 auto S = Info.Flags.isExported() ? Scope::Default : Scope::Hidden; in materialize()
H A DDebugUtils.cpp61 if (!PrintHidden && !Flags.isExported()) in flagsMatchCLOpts()
173 if (!Flags.isExported()) in operator <<()
H A DCore.cpp2271 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 DRecordVisitor.cpp23 if (R.isExported()) in shouldSkipRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h56 bool isExported() const { in isExported() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp479 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 DLowerTypeTests.cpp307 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 DLTO.cpp461 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 DRecord.h97 bool isExported() const { return Linkage >= RecordLinkage::Rexported; } in isExported() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h275 function_ref<bool(StringRef, ValueInfo)> isExported,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h144 bool isExported() const { in isExported() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp238 Sym->setScope(ResultI->second.getFlags().isExported() ? Scope::Default in applyLookupResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h59 function_ref<bool(StringRef, ValueInfo)> isExported,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h405 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()