Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp509 GlobalAlias(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Aliasee,Module * ParentModule) GlobalAlias() argument
520 create(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Aliasee,Module * ParentModule) create() argument
532 create(Type * Ty,unsigned AddressSpace,LinkageTypes Linkage,const Twine & Name,GlobalValue * Aliasee) create() argument
537 create(LinkageTypes Link,const Twine & Name,GlobalValue * Aliasee) create() argument
542 create(const Twine & Name,GlobalValue * Aliasee) create() argument
550 setAliasee(Constant * Aliasee) setAliasee() argument
[all...]
H A DTypeFinder.cpp47 if (const Value *Aliasee = A.getAliasee()) in run() local
H A DCore.cpp2201 LLVMAddAlias2(LLVMModuleRef M,LLVMTypeRef ValueTy,unsigned AddrSpace,LLVMValueRef Aliasee,const char * Name) LLVMAddAlias2() argument
2249 LLVMAliasSetAliasee(LLVMValueRef Alias,LLVMValueRef Aliasee) LLVMAliasSetAliasee() argument
H A DAsmWriter.cpp3765 if (const Constant *Aliasee = GA->getAliasee()) { printAlias() local
H A DVerifier.cpp927 const Constant *Aliasee = GA.getAliasee(); visitGlobalAlias() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp142 auto *Aliasee = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitBaseDestructorAsAlias() local
H A DCodeGenModule.cpp654 llvm::Constant *Aliasee = checkAliases() local
3654 llvm::Constant *Aliasee; GetWeakRefReference() local
5885 llvm::Constant *Aliasee; EmitAliasDefinition() local
[all...]
H A DItaniumCXXABI.cpp4375 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl)); emitConstructorDestructorAlias() local
4420 auto *Aliasee = CGM.GetAddrOfGlobal(BaseDecl); emitCXXStructor() local
H A DCGExpr.cpp3071 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); EmitDeclRefLValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp151 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp39 Constant *Aliasee = A.getAliasee(); in extractSubModule() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2234 Constant *Aliasee = GA.getAliasee(); hasUsesToReplace() local
2273 Constant *Aliasee = J.getAliasee(); OptimizeGlobalAliases() local
H A DLowerTypeTests.cpp2388 StringRef Aliasee = cast<MDString>(AliasMD->getOperand(1))->getString(); lower() local
H A DMemProfContextDisambiguation.cpp3295 auto *Aliasee = A.getAliaseeObject(); applyImport() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp393 const MCSymbol &Aliasee = SymRef->getSymbol(); getLinkedSymbol() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp784 const GlobalObject *Aliasee = A.getAliaseeObject(); computeAliasSummary() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h391 SymbolStringPtr Aliasee; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1259 scheduleMapGlobalAlias(GlobalAlias & GA,Constant & Aliasee,unsigned MCID) scheduleMapGlobalAlias() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1646 Constant *Aliasee = ConstantExpr::getIntToPtr( instrumentGlobal() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2795 const GlobalObject *Aliasee = Alias.getAliaseeObject(); doInitialization() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4301 auto *Aliasee = A.getAliaseeObject(); writePerModuleGlobalValueSummary() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1119 Constant *Aliasee; parseAliasOrIFunc() local