Home
last modified time | relevance | path

Searched refs:emitGlobalAlias (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h178 void emitGlobalAlias(const Module &M, const GlobalAlias &GA) override;
H A DNVPTXAsmPrinter.cpp872 void NVPTXAsmPrinter::emitGlobalAlias(const Module &M, const GlobalAlias &GA) { in emitGlobalAlias() function in NVPTXAsmPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h905 virtual void emitGlobalAlias(const Module &M, const GlobalAlias &GA);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp221 void emitGlobalAlias(const Module &M, const GlobalAlias &GA) override;
1284 void AArch64AsmPrinter::emitGlobalAlias(const Module &M, in emitGlobalAlias() function in AArch64AsmPrinter
1314 AsmPrinter::emitGlobalAlias(M, GA); in emitGlobalAlias()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2098 void AsmPrinter::emitGlobalAlias(const Module &M, const GlobalAlias &GA) { in emitGlobalAlias() function in AsmPrinter
2417 emitGlobalAlias(M, *AncestorAlias); in doFinalization()