Home
last modified time | relevance | path

Searched refs:hasHiddenVisibility (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.cpp99 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility()) in ClassifyGlobalReference()
115 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference. in ClassifyGlobalReference()
139 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference. in ClassifyGlobalReference()
DX86ISelLowering.cpp2881 if (G && !G->getGlobal()->hasHiddenVisibility() && in LowerCall()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp294 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility()) in GVIsIndirectSymbol()
306 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference. in GVIsIndirectSymbol()
324 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference. in GVIsIndirectSymbol()
DARMAsmPrinter.cpp846 GV->hasHiddenVisibility() ? MMIMachO.getHiddenGVStubEntry(MCSym) in GetARMGVSymbol()
DARMFastISel.cpp2944 bool UseGOTOFF = GV->hasLocalLinkage() || GV->hasHiddenVisibility(); in ARMLowerPICELF()
DARMISelLowering.cpp2546 bool UseGOTOFF = GV->hasLocalLinkage() || GV->hasHiddenVisibility(); in LowerGlobalAddressELF()
/external/llvm/include/llvm/ExecutionEngine/
DJITSymbolFlags.h69 if (!GV.hasLocalLinkage() && !GV.hasHiddenVisibility()) in flagsFromGlobalValue()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp150 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage()) in hasLazyResolverStub()
DPPCAsmPrinter.cpp201 if (!GV->hasHiddenVisibility()) { in printOperand()
DPPCISelLowering.cpp1786 if (GV->hasHiddenVisibility()) { in GetLabelAccessInfo()
3659 return G->getGlobal()->hasHiddenVisibility() in IsEligibleForTailCallOptimization()
/external/llvm/lib/Target/
DTargetMachine.cpp116 bool isHidden = GV->hasHiddenVisibility(); in getTLSModel()
/external/llvm/include/llvm/IR/
DGlobalValue.h124 bool hasHiddenVisibility() const { return Visibility == HiddenVisibility; } in hasHiddenVisibility() function
/external/llvm/lib/LTO/
DLTOModule.cpp462 else if (def->hasHiddenVisibility()) in addDefinedSymbol()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp685 GV->hasHiddenVisibility() ? MachOMMI.getHiddenGVStubEntry(SSym) : in getTTypeGlobalReference()
/external/llvm/lib/IR/
DConstants.cpp420 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility()) in getRelocationInfo()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2097 GV->hasHiddenVisibility() || in computePointerICmp()