/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalAlias.h | 60 void setAliasee(Constant *GV);
|
/external/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 73 void setAliasee(Constant *Aliasee);
|
D | ModuleSummaryIndex.h | 217 void setAliasee(GlobalValueSummary *Aliasee) { AliaseeSummary = Aliasee; } in setAliasee() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 77 void setAliasee(Constant *Aliasee);
|
D | ModuleSummaryIndex.h | 380 void setAliasee(GlobalValueSummary *Aliasee) { AliaseeSummary = Aliasee; }
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneModule.cpp | 113 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 219 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 119 I->setAliasee(0); in runOnModule()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 161 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
D | ValueMapper.cpp | 835 E.Data.GlobalAliasee.GA->setAliasee( in flush()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 154 GA.setAliasee(nullptr); in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 180 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
D | ValueMapper.cpp | 851 E.Data.GlobalAliasee.GA->setAliasee( in flush()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 236 GA.setAliasee(nullptr); in run()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 374 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Globals.cpp | 455 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
|
D | Core.cpp | 2010 unwrap<GlobalAlias>(Alias)->setAliasee(unwrap<Constant>(Aliasee)); in LLVMAliasSetAliasee()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 355 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 406 AS->setAliasee(AliaseeSummary); in computeAliasSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 485 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 854 DA->setAliasee(MapValue(Aliasee, ValueMap, RF_None, &TypeMap)); in linkAliasBodies()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5324 AS->setAliasee(AliaseeInModule); in parseEntireSummary() 5412 AS->setAliasee(AliaseeInModule); in parseEntireSummary()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1188 AliasInitWorklist.back().first->setAliasee(C); in ResolveGlobalAndAliasInits()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6234 AS->setAliasee(AliaseeSummary); in parseEntireSummary() 6320 AS->setAliasee(AliaseeInModule); in parseEntireSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7403 AliaseeRef.first->setAliasee(VI.getSummaryList().front().get()); in AddGlobalValueToIndex() 7648 AS->setAliasee(AliaseeVI.getSummaryList().front().get()); in ParseAliasSummary()
|