Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h754 virtual void emitFunctionHeaderComment();
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp123 void emitFunctionHeaderComment() override;
218 void AArch64AsmPrinter::emitFunctionHeaderComment() { in emitFunctionHeaderComment() function in AArch64AsmPrinter
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp685 void AsmPrinter::emitFunctionHeaderComment() {} in emitFunctionHeaderComment() function in AsmPrinter
723 emitFunctionHeaderComment(); in emitFunctionHeader()