Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h767 virtual void emitFunctionHeaderComment();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp123 void emitFunctionHeaderComment() override;
243 void AArch64AsmPrinter::emitFunctionHeaderComment() { in emitFunctionHeaderComment() function in AArch64AsmPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp702 void AsmPrinter::emitFunctionHeaderComment() {} in emitFunctionHeaderComment() function in AsmPrinter
745 emitFunctionHeaderComment(); in emitFunctionHeader()