Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h808 virtual void emitFunctionHeaderComment();
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp126 void emitFunctionHeaderComment() override;
250 void AArch64AsmPrinter::emitFunctionHeaderComment() { in emitFunctionHeaderComment() function in AArch64AsmPrinter
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp878 void AsmPrinter::emitFunctionHeaderComment() {} in emitFunctionHeaderComment() function in AsmPrinter
921 emitFunctionHeaderComment(); in emitFunctionHeader()