Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp501 const Twine &Name, Constant *Aliasee, in GlobalAlias()
512 Constant *Aliasee, Module *ParentModule) { in create()
524 GlobalValue *Aliasee) { in create()
529 GlobalValue *Aliasee) { in create()
534 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create()
546 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee()
H A DTypeFinder.cpp47 if (const Value *Aliasee = A.getAliasee()) in run() local
H A DCore.cpp2217 unsigned AddrSpace, LLVMValueRef Aliasee, in LLVMAddAlias2()
2265 void LLVMAliasSetAliasee(LLVMValueRef Alias, LLVMValueRef Aliasee) { in LLVMAliasSetAliasee()
H A DAsmWriter.cpp3686 if (const Constant *Aliasee = GA->getAliasee()) { in printAlias() local
H A DVerifier.cpp870 const Constant *Aliasee = GA.getAliasee(); in visitGlobalAlias() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCXX.cpp142 llvm::Constant *Aliasee = Ref; in TryEmitBaseDestructorAsAlias() local
H A DCodeGenModule.cpp397 llvm::Constant *Aliasee = in checkAliases() local
3251 llvm::Constant *Aliasee; in GetWeakRefReference() local
5439 llvm::Constant *Aliasee; in EmitAliasDefinition() local
H A DItaniumCXXABI.cpp4301 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl)); in emitConstructorDestructorAlias() local
4346 auto *Aliasee = CGM.GetAddrOfGlobal(BaseDecl); in emitCXXStructor() local
H A DCGExpr.cpp2820 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue() local
/openbsd/gnu/llvm/llvm/lib/Object/
H A DRecordStreamer.cpp156 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp39 Constant *Aliasee = A.getAliasee(); in extractSubModule() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp373 const MCSymbol &Aliasee = SymRef->getSymbol(); in getLinkedSymbol() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2279 Constant *Aliasee = GA.getAliasee(); in hasUsesToReplace() local
2324 Constant *Aliasee = J.getAliasee(); in OptimizeGlobalAliases() local
H A DLowerTypeTests.cpp2241 StringRef Aliasee = cast<MDString>(AliasMD->getOperand(1))->getString(); in lower() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp712 const GlobalObject *Aliasee = A.getAliaseeObject(); in computeAliasSummary() local
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h388 SymbolStringPtr Aliasee; member
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1197 void ValueMapper::scheduleMapGlobalAlias(GlobalAlias &GA, Constant &Aliasee, in scheduleMapGlobalAlias()
/openbsd/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1277 if (LLVMValueRef Aliasee = LLVMAliasGetAliasee(Cur)) { in clone_symbols() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1566 Constant *Aliasee = ConstantExpr::getIntToPtr( in instrumentGlobal() local
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1422 StringRef Aliasee = AliasStmt.substr(EqIdx + 1).trim(); in addAliases() local
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4239 auto *Aliasee = A.getAliaseeObject(); in writePerModuleGlobalValueSummary() local
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1250 value AddrSpace, LLVMValueRef Aliasee, value Name) { in llvm_add_alias()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp1032 Constant *Aliasee; in parseAliasOrIFunc() local