Searched refs:AliaseeGV (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp340 llvm::GlobalValue *AliaseeGV; local
342 AliaseeGV = cast<llvm::GlobalValue>(CE->getOperand(0));
344 AliaseeGV = cast<llvm::GlobalValue>(Aliasee);
348 if (AliasSection != AliaseeGV->getSection())
358 if (auto GA = dyn_cast<llvm::GlobalIndirectSymbol>(AliaseeGV)) {

Completed in 111 milliseconds