Home
last modified time | relevance | path

Searched refs:EmitGlobalAlias (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h533 void EmitGlobalAlias(const llvm::GlobalValue *GV, const GlobalDecl Decl);
H A DCGDebugInfo.cpp5639 void CGDebugInfo::EmitGlobalAlias(const llvm::GlobalValue *GV, in EmitGlobalAlias() function in CGDebugInfo
H A DCodeGenModule.cpp5945 DI->EmitGlobalAlias(cast<llvm::GlobalValue>(GA->getAliasee()->stripPointerCasts()), GD); in EmitAliasDefinition()