/external/llvm/lib/IR/ |
D | Globals.cpp | 325 const Twine &Name, Constant *Aliasee, in GlobalAlias() 335 Constant *Aliasee, Module *ParentModule) { in create() 347 GlobalValue *Aliasee) { in create() 352 GlobalValue *Aliasee) { in create() 358 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() 374 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee()
|
D | TypeFinder.cpp | 38 if (const Value *Aliasee = I->getAliasee()) in run() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Globals.cpp | 410 const Twine &Name, Constant *Aliasee, in GlobalAlias() 420 Constant *Aliasee, Module *ParentModule) { in create() 432 GlobalValue *Aliasee) { in create() 437 GlobalValue *Aliasee) { in create() 443 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() 455 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee()
|
D | TypeFinder.cpp | 45 if (const Value *Aliasee = A.getAliasee()) in run() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 128 const MCSymbol *Aliasee) { in emitELFSymverDirective() 156 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives() local
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | VerifierTest.cpp | 52 GlobalVariable *Aliasee = new GlobalVariable(M, Ty, true, in TEST() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 219 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee()
|
D | Module.cpp | 447 if (const Value *Aliasee = I->getAliasee()) in run() local
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 153 llvm::Constant *Aliasee = Ref; in TryEmitDefinitionAsAlias() local
|
D | CodeGenModule.cpp | 313 llvm::Constant *Aliasee = Alias->getIndirectSymbol(); in checkAliases() local 1506 llvm::Constant *Aliasee; in GetWeakRefReference() local 2937 llvm::Constant *Aliasee; in EmitAliasDefinition() local
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 72 Constant *Aliasee; member 1011 void Mapper::scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee, in scheduleMapGlobalAliasee() 1115 void ValueMapper::scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee, in scheduleMapGlobalAliasee()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 83 Constant *Aliasee; member 1030 void Mapper::scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee, in scheduleMapGlobalAliasee() 1136 void ValueMapper::scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee, in scheduleMapGlobalAliasee()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 50 Constant *Aliasee = A->getAliasee(); in extractAliases() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 287 SymbolStringPtr Aliasee; member
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 217 void setAliasee(GlobalValueSummary *Aliasee) { AliaseeSummary = Aliasee; } in setAliasee()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 327 const MCSymbol *Aliasee) { in emitELFSymverDirective()
|
D | WinCOFFObjectWriter.cpp | 340 const MCSymbol &Aliasee = SymRef->getSymbol(); in getLinkedSymbol() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 403 auto *Aliasee = A.getBaseObject(); in computeAliasSummary() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 406 Constant *Aliasee = ConstantExpr::getBitCast(G, I16PTy); in TEST() local
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 405 Constant *Aliasee = ConstantExpr::getBitCast(G, I16PTy); in TEST() local
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 852 if (Constant *Aliasee = I->getAliasee()) { in linkAliasBodies() local
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 364 const MCSymbol &Aliasee = SymRef->getSymbol(); in getLinkedSymbol() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2318 Constant *Aliasee = GA.getAliasee(); in hasUsesToReplace() local 2359 Constant *Aliasee = J->getAliasee(); in OptimizeGlobalAliases() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 1056 if (LLVMValueRef Aliasee = LLVMAliasGetAliasee(Cur)) { in clone_symbols() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2693 Constant *Aliasee = GA.getAliasee(); in hasUsesToReplace() local 2734 Constant *Aliasee = J->getAliasee(); in OptimizeGlobalAliases() local
|