Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h837 virtual void emitFunctionHeaderComment();
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp126 void emitFunctionHeaderComment() override;
256 void AArch64AsmPrinter::emitFunctionHeaderComment() { in emitFunctionHeaderComment() function in AArch64AsmPrinter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp871 void AsmPrinter::emitFunctionHeaderComment() {} in emitFunctionHeaderComment() function in AsmPrinter
914 emitFunctionHeaderComment(); in emitFunctionHeader()