Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp305 (GV.isDeclarationForLinker() || in processGlobalForThinLTO()
321 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h618 bool isDeclarationForLinker() const { in isDeclarationForLinker() function
632 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.cpp223 if (GV->isDeclarationForLinker()) in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp207 if (TT.isWindowsGNUEnvironment() && GV->isDeclarationForLinker() && in shouldAssumeDSOLocal()
H A DTargetLoweringObjectFile.cpp202 assert(!GO->isDeclarationForLinker() && in getKindForGlobal()
/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.cpp1004 if (DGV && !DGV->isDeclarationForLinker()) in shouldLink()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp116 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp171 if (Aliasee->isDeclarationForLinker()) in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.cpp822 if (GV.isDeclarationForLinker()) in setVisibilityFromDLLStorageClass()
1417 Entry->isDeclarationForLinker()) in Release()
1622 !GV->isDeclarationForLinker()) in setGlobalVisibility()
1649 if (GV->isDeclarationForLinker() && isa<llvm::GlobalVariable>(GV) && in shouldAssumeDSOLocal()
1689 if (!GV->isDeclarationForLinker()) in shouldAssumeDSOLocal()
1750 !GV->isDeclarationForLinker()) in setDLLImportDLLExport()
H A DItaniumCXXABI.cpp2042 if (!VTable->isDeclarationForLinker() || in emitVTableDefinitions()
2048 if (VTable->isDeclarationForLinker()) { in emitVTableDefinitions()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp356 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2344 if (GO->isDeclarationForLinker()) in getTargetSymbol()
2404 assert(GO->isDeclarationForLinker() && in getSectionForExternalReference()
2647 Func->isDeclarationForLinker()) && in getFunctionEntryPointSymbol()
2652 XCOFF::CsectProperties(XCOFF::XMC_PR, Func->isDeclarationForLinker() in getFunctionEntryPointSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp241 if (F->isDeclarationForLinker()) in isJumpTableCanonical()
1062 if (F->isDeclarationForLinker() && isJumpTableCanonical) { in importFunction()
2182 if (isa<GlobalVariable>(GO) && GO.isDeclarationForLinker()) in lower()
H A DFunctionImport.cpp1580 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in thinLTOFinalizeInModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1406 if (!Global.isDeclarationForLinker()) in processGlobals()
1409 if (Global.isDeclarationForLinker()) in processGlobals()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1270 if (F.isDeclarationForLinker()) in getFunctionCFISectionType()
2307 if (!F.isDeclarationForLinker()) in doFinalization()
2514 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization()
2974 if (GV->isDeclarationForLinker()) in emitXXStructorList()
H A DCodeViewDebug.cpp660 if (!P.first->isDeclarationForLinker()) in endModule()
3262 if (!GV || GV->isDeclarationForLinker()) in collectGlobalVariableInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1726 bool IsGlobalADeclaration = GValue->isDeclarationForLinker(); in getAdjustedFasterLocalExpr()
2792 if (GV->isDeclarationForLinker()) { in emitGlobalVariableHelper()
3024 if (GO->isDeclarationForLinker()) in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1363 if (Fn->isDeclarationForLinker()) in shouldUsePublicSymbol()
H A DHWAddressSanitizer.cpp1754 if (GV.isDeclarationForLinker() || GV.getName().starts_with("llvm.") || in instrumentGlobals()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp776 if (GV.isDeclarationForLinker()) in visitGlobalValue()
944 Check(!GV->isDeclarationForLinker(), "Alias must point to a definition", in visitAliaseeSubExpr()
999 Check(!Resolver->isDeclarationForLinker(), in visitGlobalIFunc()