Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp84 void emitFunctionHeader() override;
124 void SPIRVAsmPrinter::emitFunctionHeader() { in emitFunctionHeader() function in SPIRVAsmPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h861 virtual void emitFunctionHeader();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp925 void AsmPrinter::emitFunctionHeader() { in emitFunctionHeader() function in AsmPrinter
1690 emitFunctionHeader(); in emitFunctionBody()