Home
last modified time | relevance | path

Searched refs:emitLinkageDirective (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h224 void emitLinkageDirective(const GlobalValue *V, raw_ostream &O);
H A DNVPTXAsmPrinter.cpp455 emitLinkageDirective(F, O); in emitFunctionEntryLabel()
604 emitLinkageDirective(F, O); in emitDeclaration()
936 void NVPTXAsmPrinter::emitLinkageDirective(const GlobalValue *V, in emitLinkageDirective() function in NVPTXAsmPrinter