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

/external/llvm/include/llvm/IR/
H A DGlobalAlias.h71 /// resolveAliasedGlobal() - This method tries to ultimately resolve the alias
76 const GlobalValue *resolveAliasedGlobal(bool stopOnWeak = true) const;
/external/llvm/lib/Target/
H A DTargetMachine.cpp127 GV = GA->resolveAliasedGlobal(false);
/external/llvm/lib/IR/
H A DGlobals.cpp247 const GlobalValue *GlobalAlias::resolveAliasedGlobal(bool stopOnWeak) const { function in class:GlobalAlias
H A DVerifier.cpp560 const GlobalValue* Resolved = GA.resolveAliasedGlobal(/*stopOnWeak*/ false);
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp404 GAlias->resolveAliasedGlobal(false) : GValue;
447 GAlias->resolveAliasedGlobal(false) : GValue;
481 GAlias->resolveAliasedGlobal(false) : GValue;
H A DPPCISelDAGToDAG.cpp1290 GAlias->resolveAliasedGlobal(false) : GValue;
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp692 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false));
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp234 UnderlyingGV = GA->resolveAliasedGlobal();
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp508 dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false)))
H A DX86ISelLowering.cpp8244 GV = GA->resolveAliasedGlobal(false);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1090 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false));

Completed in 396 milliseconds