/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 576 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 D | TypeFinder.cpp | 47 if (const Value *Aliasee = A.getAliasee()) in run() local
|
H A D | Core.cpp | 2267 LLVMAddAlias2(LLVMModuleRef M,LLVMTypeRef ValueTy,unsigned AddrSpace,LLVMValueRef Aliasee,const char * Name) LLVMAddAlias2() argument 2315 LLVMAliasSetAliasee(LLVMValueRef Alias,LLVMValueRef Aliasee) LLVMAliasSetAliasee() argument
|
H A D | AsmWriter.cpp | 3867 if (const Constant *Aliasee = GA->getAliasee()) { printAlias() local
|
H A D | Verifier.cpp | 987 const Constant *Aliasee = GA.getAliasee(); visitGlobalAlias() local
|
/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 151 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 142 auto *Aliasee = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); TryEmitBaseDestructorAsAlias() local
|
H A D | CodeGenModule.cpp | 691 llvm::Constant *Aliasee = checkAliases() local 3681 llvm::Constant *Aliasee; GetWeakRefReference() local 6015 llvm::Constant *Aliasee; EmitAliasDefinition() local [all...] |
H A D | ItaniumCXXABI.cpp | 4416 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl)); emitConstructorDestructorAlias() local 4461 auto *Aliasee = CGM.GetAddrOfGlobal(BaseDecl); emitCXXStructor() local
|
H A D | CGExpr.cpp | 3072 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); EmitDeclRefLValue() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 39 Constant *Aliasee = A.getAliasee(); extractSubModule() local
|
/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 385 const MCSymbol &Aliasee = SymRef->getSymbol(); getLinkedSymbol() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 2246 Constant *Aliasee = GA.getAliasee(); hasUsesToReplace() local 2285 Constant *Aliasee = J.getAliasee(); OptimizeGlobalAliases() local
|
H A D | LowerTypeTests.cpp | 2388 StringRef Aliasee = cast<MDString>(AliasMD->getOperand(1))->getString(); lower() local
|
H A D | MemProfContextDisambiguation.cpp | 3455 auto *Aliasee = A.getAliaseeObject(); applyImport() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 347 Constant *Aliasee = ConstantExpr::getBitCast(G, I16PTy); TEST() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 846 const GlobalObject *Aliasee = A.getAliaseeObject(); computeAliasSummary() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 391 SymbolStringPtr Aliasee; global() member
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 1273 scheduleMapGlobalAlias(GlobalAlias & GA,Constant & Aliasee,unsigned MCID) scheduleMapGlobalAlias() argument
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 1501 if (LLVMValueRef Aliasee = LLVMAliasGetAliasee(Cur)) { clone_symbols() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1735 Constant *Aliasee = ConstantExpr::getIntToPtr( instrumentGlobal() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 3074 const GlobalObject *Aliasee = Alias.getAliaseeObject(); doInitialization() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4457 auto *Aliasee = A.getAliaseeObject(); writePerModuleGlobalValueSummary() local
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 1560 llvm_add_alias(value M,value ValueTy,value AddrSpace,value Aliasee,value Name) llvm_add_alias() argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 1183 Constant *Aliasee; parseAliasOrIFunc() local
|