Home
last modified time | relevance | path

Searched refs:hasPrivateLinkage (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp131 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in SelectSectionForGlobal()
168 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in getExplicitSectionGlobal()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp95 if (GV.hasPrivateLinkage()) in findLibCallsAndAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp278 if (MayAlwaysUsePrivate || !GV->hasPrivateLinkage()) { in getNameWithPrefix()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp236 if (GV->hasPrivateLinkage()) in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp125 if (GV->hasPrivateLinkage()) { in getNameWithPrefix()
H A DVerifier.cpp1680 Check(!GV->hasPrivateLinkage(), "comdat global value has private linkage", in visitComdat()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h527 bool hasPrivateLinkage() const { return isPrivateLinkage(getLinkage()); } in hasPrivateLinkage() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1377 if (GO->hasPrivateLinkage() && Kind.isMergeableConst()) { in SelectSectionForGlobal()
1691 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1745 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
1791 if (GV->hasPrivateLinkage() && in getNameWithPrefix()
1809 if (F.hasPrivateLinkage()) in getSectionForJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp512 if (GO->hasPrivateLinkage() && !AliasedGlobals.contains(GO)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp998 !V->hasPrivateLinkage()) { in emitLinkageDirective()
1117 if (GVar->hasPrivateLinkage()) { in printModuleLevelGV()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp122 if (F.hasPrivateLinkage() || F.hasInternalLinkage()) in applyDebugifyMetadata()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp354 if (function.isDeclaration() || function.hasPrivateLinkage()) in GetRunnableInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1425 if (SecName == ".rodata" && Global.hasPrivateLinkage() && in processGlobals()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1477 if (TT.isOSBinFormatCOFF() && GV->hasPrivateLinkage()) in maybeSetComdat()
H A DAddressSanitizer.cpp2254 if (G->hasPrivateLinkage()) in SetComdatForGlobalMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp120 if (GV->hasPrivateLinkage()) in isLeakCheckerRoot()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2761 if (GV->hasPrivateLinkage()) in tocDataChecks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2169 (!BaseObject || BaseObject->hasPrivateLinkage())) { in emitGlobalAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1832 bool IsInternal = (GV->hasInternalLinkage() || GV->hasPrivateLinkage()); in getADAEntry()
1858 G->getGlobal()->hasPrivateLinkage()); in getzOSCalleeAndADA()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3260 G->getGlobal()->hasPrivateLinkage() || in LowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3056 assert(Entry->hasPrivateLinkage()); in GetOrEmitProtocol()