Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp280 (GV.isDeclarationForLinker() || in processGlobalForThinLTO()
296 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h534 bool isDeclarationForLinker() const { in isDeclarationForLinker() function
548 return !(isDeclarationForLinker() || isWeakForLinker()); in isStrongDefinitionForLinker()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp128 GV->isDeclarationForLinker() && isa<GlobalVariable>(GV)) in shouldAssumeDSOLocal()
H A DTargetLoweringObjectFile.cpp204 assert(!GO->isDeclarationForLinker() && in getKindForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp206 IsDefined = IsDefined || !GV->isDeclarationForLinker(); in flushSymverDirectives()
H A DModuleSymbolTable.cpp199 if (GV->isDeclarationForLinker()) in getSymbolFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp272 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource()
273 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource()
H A DIRMover.cpp968 if (DGV && !DGV->isDeclarationForLinker()) in shouldLink()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp114 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp173 if (Ref->isDeclarationForLinker()) in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.cpp460 if (GV.isDeclarationForLinker()) { in setVisibilityFromDLLStorageClass()
993 !GV->isDeclarationForLinker()) in setGlobalVisibility()
1019 if (GV->isDeclarationForLinker() && isa<llvm::GlobalVariable>(GV) && in shouldAssumeDSOLocal()
1059 if (!GV->isDeclarationForLinker()) in shouldAssumeDSOLocal()
1118 else if (D->hasAttr<DLLExportAttr>() && !GV->isDeclarationForLinker()) in setDLLImportDLLExport()
H A DItaniumCXXABI.cpp1793 if (!VTable->isDeclarationForLinker() || in emitVTableDefinitions()
1799 if (VTable->isDeclarationForLinker()) { in emitVTableDefinitions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp364 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp387 if (!F.isDeclarationForLinker()) { in instrumentOneFunc()
H A DLowerTypeTests.cpp240 if (F->isDeclarationForLinker()) in isJumpTableCanonical()
1071 if (F->isDeclarationForLinker() && isJumpTableCanonical) { in importFunction()
2012 if (isa<GlobalVariable>(GO) && GO.isDeclarationForLinker()) in lower()
H A DFunctionImport.cpp1102 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp302 if (F.isDeclarationForLinker()) { in emitExternalDecls()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1062 if (F.isDeclarationForLinker()) in getFunctionCFISectionType()
1736 if (!F.isDeclarationForLinker()) in doFinalization()
1927 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization()
2337 if (GV->isDeclarationForLinker()) in emitXXStructorList()
H A DCodeViewDebug.cpp606 if (!P.first->isDeclarationForLinker()) in endModule()
3072 if (!GV || GV->isDeclarationForLinker()) in collectGlobalVariableInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2229 if (GO->isDeclarationForLinker()) in getTargetSymbol()
2280 assert(GO->isDeclarationForLinker() && in getSectionForExternalReference()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2327 if (GV->isDeclarationForLinker()) { in emitGlobalVariableHelper()
2479 if (GO->isDeclarationForLinker()) in doInitialization()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1568 if (GV.isDeclarationForLinker() || GV.getName().startswith("llvm.") || in instrumentGlobals()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp625 if (GV.isDeclarationForLinker()) in visitGlobalValue()
774 Assert(!GV->isDeclarationForLinker(), "Alias must point to a definition", in visitAliaseeSubExpr()