Home
last modified time | relevance | path

Searched refs:isDeclarationForLinker (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataAnnotator.cpp78 if (GV.isDeclarationForLinker()) in runOnModule()
H A DWindowsSecureHotPatching.cpp251 if (F.isDeclarationForLinker()) in doInitialization()
H A DTargetLoweringObjectFileImpl.cpp2391 if (GO->isDeclarationForLinker()) in getTargetSymbol()
2451 assert(GO->isDeclarationForLinker() && in getSectionForExternalReference()
2687 Func->isDeclarationForLinker()) && in getFunctionEntryPointSymbol()
2692 XCOFF::CsectProperties(XCOFF::XMC_PR, Func->isDeclarationForLinker() in getFunctionEntryPointSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp323 (GV.isDeclarationForLinker() || in processGlobalForThinLTO()
339 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp131 if (!GV->isDeclarationForLinker() && in isLargeGlobalValue()
233 if (TT.isOSCygMing() && GV->isDeclarationForLinker() && in shouldAssumeDSOLocal()
H A DTargetLoweringObjectFile.cpp229 assert(!GO->isDeclarationForLinker() && in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h625 bool isDeclarationForLinker() const { in isDeclarationForLinker() function
639 return !(isDeclarationForLinker() || isWeakForLinker()); in isStrongDefinitionForLinker()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp201 IsDefined = IsDefined || !GV->isDeclarationForLinker(); in flushSymverDirectives()
H A DModuleSymbolTable.cpp220 if (GV->isDeclarationForLinker()) in getSymbolFlags()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/
H A DCIROpInterfaces.td127 "bool", "isDeclarationForLinker", (ins), [{}],
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp256 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource()
257 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource()
H A DIRMover.cpp896 if (DGV && !DGV->isDeclarationForLinker()) in shouldLink()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp326 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp169 if (Aliasee->isDeclarationForLinker()) in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.cpp931 if (GV.isDeclarationForLinker()) in setVisibilityFromDLLStorageClass()
1574 Entry->isDeclarationForLinker()) in Release()
1789 !GV->isDeclarationForLinker()) in setGlobalVisibility()
1816 if (GV->isDeclarationForLinker() && isa<llvm::GlobalVariable>(GV) && in shouldAssumeDSOLocal()
1856 if (!GV->isDeclarationForLinker()) in shouldAssumeDSOLocal()
1917 !GV->isDeclarationForLinker()) in setDLLImportDLLExport()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp116 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp254 if (F->isDeclarationForLinker()) in isJumpTableCanonical()
1114 if (F->isDeclarationForLinker() && isJumpTableCanonical) { in importFunction()
2232 if (isa<GlobalVariable>(GO) && GO.isDeclarationForLinker()) in lower()
H A DFunctionImport.cpp1745 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in thinLTOFinalizeInModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1525 if (!Global.isDeclarationForLinker()) in processGlobals()
1528 if (Global.isDeclarationForLinker()) in processGlobals()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1705 bool IsGlobalADeclaration = GValue->isDeclarationForLinker(); in getAdjustedFasterLocalExpr()
2771 if (GV->isDeclarationForLinker()) { in emitGlobalVariableHelper()
3053 if (GO->isDeclarationForLinker()) in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1316 if (F.isDeclarationForLinker()) in getFunctionCFISectionType()
2549 if (!F.isDeclarationForLinker()) in doFinalization()
2755 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization()
3310 if (GV->isDeclarationForLinker()) in emitXXStructorList()
H A DCodeViewDebug.cpp678 if (!P.first->isDeclarationForLinker()) in endModule()
832 if (!F.isDeclarationForLinker() && in emitSecureHotPatchInformation()
3276 if (!GV || GV->isDeclarationForLinker()) in collectGlobalVariableInfo()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1577 if (!gv.isDeclarationForLinker()) in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1775 if (GV.isDeclarationForLinker() || GV.getName().starts_with("llvm.") || in instrumentGlobals()
H A DInstrProfiling.cpp1361 if (Fn->isDeclarationForLinker()) in shouldUsePublicSymbol()

12