/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 131 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in SelectSectionForGlobal() 168 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in getExplicitSectionGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | UpdateCompilerUsed.cpp | 95 if (GV.hasPrivateLinkage()) in findLibCallsAndAsm()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 278 if (MayAlwaysUsePrivate || !GV->hasPrivateLinkage()) { in getNameWithPrefix()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ModuleSymbolTable.cpp | 236 if (GV->hasPrivateLinkage()) in getSymbolFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Mangler.cpp | 125 if (GV->hasPrivateLinkage()) { in getNameWithPrefix()
|
H A D | Verifier.cpp | 1680 Check(!GV->hasPrivateLinkage(), "comdat global value has private linkage", in visitComdat()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 527 bool hasPrivateLinkage() const { return isPrivateLinkage(getLinkage()); } in hasPrivateLinkage() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1377 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 D | LinkModules.cpp | 512 if (GO->hasPrivateLinkage() && !AliasedGlobals.contains(GO)) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 998 !V->hasPrivateLinkage()) { in emitLinkageDirective() 1117 if (GVar->hasPrivateLinkage()) { in printModuleLevelGV()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 122 if (F.hasPrivateLinkage() || F.hasInternalLinkage()) in applyDebugifyMetadata()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 354 if (function.isDeclaration() || function.hasPrivateLinkage()) in GetRunnableInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1425 if (SecName == ".rodata" && Global.hasPrivateLinkage() && in processGlobals()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1477 if (TT.isOSBinFormatCOFF() && GV->hasPrivateLinkage()) in maybeSetComdat()
|
H A D | AddressSanitizer.cpp | 2254 if (G->hasPrivateLinkage()) in SetComdatForGlobalMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 120 if (GV->hasPrivateLinkage()) in isLeakCheckerRoot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 2761 if (GV->hasPrivateLinkage()) in tocDataChecks()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2169 (!BaseObject || BaseObject->hasPrivateLinkage())) { in emitGlobalAlias()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1832 bool IsInternal = (GV->hasInternalLinkage() || GV->hasPrivateLinkage()); in getADAEntry() 1858 G->getGlobal()->hasPrivateLinkage()); in getzOSCalleeAndADA()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 3260 G->getGlobal()->hasPrivateLinkage() || in LowerCall()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 3056 assert(Entry->hasPrivateLinkage()); in GetOrEmitProtocol()
|