Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalAlias.h76 const GlobalValue *resolveAliasedGlobal(bool stopOnWeak = true) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp241 const GlobalValue *GlobalAlias::resolveAliasedGlobal(bool stopOnWeak) const { in resolveAliasedGlobal() function in GlobalAlias
DVerifier.cpp475 const GlobalValue* Aliasee = GA.resolveAliasedGlobal(/*stopOnWeak*/ false); in visitGlobalAlias()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp236 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal()); in getGlobalAddressWrapper()
275 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal()); in LowerGlobalTLSAddress()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp707 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false)); in getPointerToGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp484 dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false))) in X86SelectAddress()
DX86ISelLowering.cpp7473 GV = GA->resolveAliasedGlobal(false); in LowerGlobalTLSAddress()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp1228 if (const Value *V = GA->resolveAliasedGlobal(false)) in GetValueName()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1057 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false)); in getGlobalAddress()