Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DGlobals.cpp576 GlobalValue *Aliasee) { in setAliasee() argument
535 GlobalAlias(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Aliasee,Module * ParentModule) GlobalAlias() argument
546 create(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Aliasee,Module * ParentModule) create() argument
558 create(Type * Ty,unsigned AddressSpace,LinkageTypes Linkage,const Twine & Name,GlobalValue * Aliasee) create() argument
563 create(LinkageTypes Link,const Twine & Name,GlobalValue * Aliasee) create() argument
568 create(const Twine & Name,GlobalValue * Aliasee) create() argument
[all...]
H A DTypeFinder.cpp47 if (const Value *Aliasee = A.getAliasee()) in run() local
H A DCore.cpp2267 LLVMAddAlias2(LLVMModuleRef M,LLVMTypeRef ValueTy,unsigned AddrSpace,LLVMValueRef Aliasee,const char * Name) LLVMAddAlias2() argument
2315 LLVMAliasSetAliasee(LLVMValueRef Alias,LLVMValueRef Aliasee) LLVMAliasSetAliasee() argument
H A DAsmWriter.cpp3867 if (const Constant *Aliasee = GA->getAliasee()) { printAlias() local
H A DVerifier.cpp987 const Constant *Aliasee = GA.getAliasee(); visitGlobalAlias() local
/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp151 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives() local
/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp142 auto *Aliasee = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); TryEmitBaseDestructorAsAlias() local
H A DCodeGenModule.cpp691 llvm::Constant *Aliasee = checkAliases() local
3681 llvm::Constant *Aliasee; GetWeakRefReference() local
6015 llvm::Constant *Aliasee; EmitAliasDefinition() local
[all...]
H A DItaniumCXXABI.cpp4416 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl)); emitConstructorDestructorAlias() local
4461 auto *Aliasee = CGM.GetAddrOfGlobal(BaseDecl); emitCXXStructor() local
H A DCGExpr.cpp3072 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); EmitDeclRefLValue() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp39 Constant *Aliasee = A.getAliasee(); extractSubModule() local
/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp385 const MCSymbol &Aliasee = SymRef->getSymbol(); getLinkedSymbol() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2246 Constant *Aliasee = GA.getAliasee(); hasUsesToReplace() local
2285 Constant *Aliasee = J.getAliasee(); OptimizeGlobalAliases() local
H A DLowerTypeTests.cpp2388 StringRef Aliasee = cast<MDString>(AliasMD->getOperand(1))->getString(); lower() local
H A DMemProfContextDisambiguation.cpp3455 auto *Aliasee = A.getAliaseeObject(); applyImport() local
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp347 Constant *Aliasee = ConstantExpr::getBitCast(G, I16PTy); TEST() local
/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp846 const GlobalObject *Aliasee = A.getAliaseeObject(); computeAliasSummary() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h391 SymbolStringPtr Aliasee; global() member
/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1273 scheduleMapGlobalAlias(GlobalAlias & GA,Constant & Aliasee,unsigned MCID) scheduleMapGlobalAlias() argument
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp1501 if (LLVMValueRef Aliasee = LLVMAliasGetAliasee(Cur)) { clone_symbols() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1735 Constant *Aliasee = ConstantExpr::getIntToPtr( instrumentGlobal() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3074 const GlobalObject *Aliasee = Alias.getAliaseeObject(); doInitialization() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4457 auto *Aliasee = A.getAliaseeObject(); writePerModuleGlobalValueSummary() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1560 llvm_add_alias(value M,value ValueTy,value AddrSpace,value Aliasee,value Name) llvm_add_alias() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1183 Constant *Aliasee; parseAliasOrIFunc() local