Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp78 void emitFunctionHeader() override;
107 void SPIRVAsmPrinter::emitFunctionHeader() { in emitFunctionHeader() function in SPIRVAsmPrinter
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h866 virtual void emitFunctionHeader();
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp929 void AsmPrinter::emitFunctionHeader() { in emitFunctionHeader() function in AsmPrinter
1680 emitFunctionHeader(); in emitFunctionBody()