Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp279 if (ClearDSOLocalOnDeclarations && GV.isDeclarationForLinker() && in processGlobalForThinLTO()
294 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h534 bool isDeclarationForLinker() const { in isDeclarationForLinker() function
548 return !(isDeclarationForLinker() || isWeakForLinker()); in isStrongDefinitionForLinker()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp128 GV->isDeclarationForLinker() && isa<GlobalVariable>(GV)) in shouldAssumeDSOLocal()
H A DTargetLoweringObjectFile.cpp204 assert(!GO->isDeclarationForLinker() && in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DRecordStreamer.cpp206 IsDefined = IsDefined || !GV->isDeclarationForLinker(); in flushSymverDirectives()
H A DModuleSymbolTable.cpp198 if (GV->isDeclarationForLinker()) in getSymbolFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp256 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource()
257 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource()
H A DIRMover.cpp967 if (DGV && !DGV->isDeclarationForLinker()) in shouldLink()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.cpp114 if (GV && (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in classifyLocalReference()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp173 if (Ref->isDeclarationForLinker()) in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.cpp460 if (GV.isDeclarationForLinker()) { in setVisibilityFromDLLStorageClass()
968 !GV->isDeclarationForLinker()) in setGlobalVisibility()
989 if (GV->isDeclarationForLinker() && isa<llvm::GlobalVariable>(GV) && in shouldAssumeDSOLocal()
1029 if (!GV->isDeclarationForLinker()) in shouldAssumeDSOLocal()
1088 else if (D->hasAttr<DLLExportAttr>() && !GV->isDeclarationForLinker()) in setDLLImportDLLExport()
H A DItaniumCXXABI.cpp1781 if (!VTable->isDeclarationForLinker() || in emitVTableDefinitions()
1787 if (VTable->isDeclarationForLinker()) { in emitVTableDefinitions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp364 (GV->isDeclarationForLinker() || GV->hasCommonLinkage())) in isGVIndirectSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp387 if (!F.isDeclarationForLinker()) { in instrumentOneFunc()
H A DLowerTypeTests.cpp235 if (F->isDeclarationForLinker()) in isJumpTableCanonical()
1065 if (F->isDeclarationForLinker() && isJumpTableCanonical) { in importFunction()
1998 if (isa<GlobalVariable>(GO) && GO.isDeclarationForLinker()) in lower()
H A DFunctionImport.cpp1102 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp236 if (F.isDeclarationForLinker()) { in emitEndOfAsmFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1048 if (F.isDeclarationForLinker()) in getFunctionCFISectionType()
1716 if (!F.isDeclarationForLinker()) in doFinalization()
1907 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization()
2312 if (GV->isDeclarationForLinker()) in emitXXStructorList()
H A DCodeViewDebug.cpp606 if (!P.first->isDeclarationForLinker()) in endModule()
3071 if (!GV || GV->isDeclarationForLinker()) in collectGlobalVariableInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2198 if (GO->isDeclarationForLinker()) in getTargetSymbol()
2249 assert(GO->isDeclarationForLinker() && in getSectionForExternalReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2175 if (GV->isDeclarationForLinker()) { in emitGlobalVariableHelper()
2327 if (GO->isDeclarationForLinker()) in doInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1440 if (GV.isDeclarationForLinker() || GV.getName().startswith("llvm.") || in instrumentGlobals()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp623 if (GV.isDeclarationForLinker()) in visitGlobalValue()
771 Assert(!GV->isDeclarationForLinker(), "Alias must point to a definition", in visitAliaseeSubExpr()