Home
last modified time | relevance | path

Searched defs:Aliasee (Results 1 – 13 of 13) sorted by relevance

/external/llvm/unittests/VMCore/
DVerifierTest.cpp52 GlobalVariable *Aliasee = new GlobalVariable(M, Ty, true, in TEST() local
/external/llvm/lib/VMCore/
DTypeFinder.cpp38 if (const Value *Aliasee = I->getAliasee()) in run() local
DGlobals.cpp219 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee()
DVerifier.cpp470 const GlobalValue* Aliasee = GA.resolveAliasedGlobal(/*stopOnWeak*/ false); in visitGlobalAlias() local
DAsmWriter.cpp1462 const Constant *Aliasee = GA->getAliasee(); in printAlias() local
DCore.cpp1286 LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, in LLVMAddAlias()
/external/clang/lib/CodeGen/
DCGCXX.cpp148 llvm::Constant *Aliasee = Ref; in TryEmitDefinitionAsAlias() local
DCodeGenModule.cpp834 llvm::Constant *Aliasee; in GetWeakRefReference() local
1920 llvm::Constant *Aliasee; in EmitAliasDefinition() local
DCGExpr.cpp1693 llvm::Constant *Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue() local
/external/llvm/lib/Linker/
DLinkModules.cpp967 if (Constant *Aliasee = I->getAliasee()) { in linkAliasBodies() local
/external/llvm/lib/AsmParser/
DLLParser.cpp583 Constant *Aliasee; in ParseAlias() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2953 Constant *Aliasee = J->getAliasee(); in OptimizeGlobalAliases() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c962 LLVMValueRef Aliasee, value Name) { in llvm_add_alias()