Home
last modified time | relevance | path

Searched refs:resolveAliasedGlobal (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
DGlobalAlias.h76 const GlobalValue *resolveAliasedGlobal(bool stopOnWeak = true) const;
/external/llvm/lib/Target/
DTargetMachine.cpp128 GV = GA->resolveAliasedGlobal(false); in getTLSModel()
/external/llvm/lib/IR/
DGlobals.cpp247 const GlobalValue *GlobalAlias::resolveAliasedGlobal(bool stopOnWeak) const { in resolveAliasedGlobal() function in GlobalAlias
DVerifier.cpp474 const GlobalValue* Aliasee = GA.resolveAliasedGlobal(/*stopOnWeak*/ false); in visitGlobalAlias()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp435 GAlias->resolveAliasedGlobal(false) : GValue; in EmitInstruction()
479 GAlias->resolveAliasedGlobal(false) : GValue; in EmitInstruction()
513 GAlias->resolveAliasedGlobal(false) : GValue; in EmitInstruction()
DPPCISelDAGToDAG.cpp1311 GAlias->resolveAliasedGlobal(false) : GValue; in Select()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp703 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false)); in getPointerToGlobal()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp236 UnderlyingGV = GA->resolveAliasedGlobal(); in getGlobalAddressWrapper()
275 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal()); in LowerGlobalTLSAddress()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp499 dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false))) in X86SelectAddress()
DX86ISelLowering.cpp7852 GV = GA->resolveAliasedGlobal(false); in LowerGlobalTLSAddress()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1096 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false)); in getGlobalAddress()