Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/InstallAPI/
HDVisitor.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()
HDDylibVerifier.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-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDSectCreate.cpp31 auto S = Info.Flags.isExported() ? Scope::Default : Scope::Hidden; in materialize()
HDDebugUtils.cpp61 if (!PrintHidden && !Flags.isExported()) in flagsMatchCLOpts()
173 if (!Flags.isExported()) in operator <<()
HDCore.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-head/contrib/llvm-project/llvm/lib/TextAPI/
HDRecordVisitor.cpp23 if (R.isExported()) in shouldSkipRecord()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSymbolWasm.h56 bool isExported() const { in isExported() function
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDWholeProgramDevirt.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()
HDLowerTypeTests.cpp307 bool isExported() const { in isExported() function in __anon9ab112820111::GlobalTypeMember
1680 const bool IsExported = Functions[I]->isExported(); in buildBitSetsFromFunctionsNative()
/freebsd-head/contrib/llvm-project/llvm/lib/LTO/
HDLTO.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-head/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDRecord.h97 bool isExported() const { return Linkage >= RecordLinkage::Rexported; } in isExported() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDWholeProgramDevirt.h275 function_ref<bool(StringRef, ValueInfo)> isExported,
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDJITSymbol.h144 bool isExported() const { in isExported() function
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkGeneric.cpp238 Sym->setScope(ResultI->second.getFlags().isExported() ? Scope::Default in applyLookupResult()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/LTO/
HDLTO.h59 function_ref<bool(StringRef, ValueInfo)> isExported,
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDIndirectionUtils.h405 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()