/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 477 const Twine &Name, Constant *Aliasee, in GlobalAlias() 487 Constant *Aliasee, Module *ParentModule) { in create() 499 GlobalValue *Aliasee) { in create() 504 GlobalValue *Aliasee) { in create() 510 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() 522 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee()
|
D | TypeFinder.cpp | 44 if (const Value *Aliasee = A.getAliasee()) in run() local
|
D | Core.cpp | 2199 LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, in LLVMAddAlias() 2248 void LLVMAliasSetAliasee(LLVMValueRef Alias, LLVMValueRef Aliasee) { in LLVMAliasSetAliasee()
|
D | Verifier.cpp | 759 const Constant *Aliasee = GA.getAliasee(); in visitGlobalAlias() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 127 const MCSymbol *Aliasee) { in emitELFSymverDirective() 155 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 35 Constant *Aliasee = A.getAliasee(); in extractSubModule() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 327 const MCSymbol *Aliasee) { in emitELFSymverDirective()
|
D | WinCOFFObjectWriter.cpp | 347 const MCSymbol &Aliasee = SymRef->getSymbol(); in getLinkedSymbol() local
|
D | MCAsmStreamer.cpp | 459 const MCSymbol *Aliasee) { in emitELFSymverDirective()
|
D | MCStreamer.cpp | 1074 const MCSymbol *Aliasee) {} in emitELFSymverDirective()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 305 SymbolStringPtr Aliasee; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 192 const GlobalObject *Aliasee = A->getBaseObject(); in FunctionInfo() local
|
D | ModuleSummaryAnalysis.cpp | 622 auto *Aliasee = A.getBaseObject(); in computeAliasSummary() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2753 Constant *Aliasee = GA.getAliasee(); in hasUsesToReplace() local 2794 Constant *Aliasee = J->getAliasee(); in OptimizeGlobalAliases() local
|
D | LowerTypeTests.cpp | 2141 StringRef Aliasee = cast<MDString>(AliasMD->getOperand(1))->getString(); in lower() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1291 Constant *Aliasee = ConstantExpr::getIntToPtr( in instrumentGlobal() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3862 auto *Aliasee = A.getBaseObject(); in writePerModuleGlobalValueSummary() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 901 Constant *Aliasee; in parseIndirectSymbol() local
|