Home
last modified time | relevance | path

Searched refs:emitFunctionBodyStart (Results 1 – 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kAsmPrinter.h72 void emitFunctionBodyStart() override;
HDM68kAsmPrinter.cpp188 void M68kAsmPrinter::emitFunctionBodyStart() {} in emitFunctionBodyStart() function in M68kAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyAsmPrinter.h62 void emitFunctionBodyStart() override;
HDWebAssemblyAsmPrinter.cpp614 void WebAssemblyAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart() function in WebAssemblyAsmPrinter
639 AsmPrinter::emitFunctionBodyStart(); in emitFunctionBodyStart()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreAsmPrinter.cpp79 void emitFunctionBodyStart() override;
167 void XCoreAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart() function in XCoreAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUAsmPrinter.h118 void emitFunctionBodyStart() override;
HDAMDGPUAsmPrinter.cpp157 void AMDGPUAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart() function in AMDGPUAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsAsmPrinter.h142 void emitFunctionBodyStart() override;
HDMipsAsmPrinter.cpp427 void MipsAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart() function in MipsAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86AsmPrinter.h159 void emitFunctionBodyStart() override;
HDX86AsmPrinter.cpp100 void X86AsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart() function in X86AsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcAsmPrinter.cpp56 void emitFunctionBodyStart() override;
293 void SparcAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart() function in SparcAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.h163 void emitFunctionBodyStart() override;
HDNVPTXAsmPrinter.cpp512 void NVPTXAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart() function in NVPTXAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h539 virtual void emitFunctionBodyStart() {} in emitFunctionBodyStart() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVAsmPrinter.cpp85 void emitFunctionBodyStart() override {} in emitFunctionBodyStart() function in __anon29c7d83b0111::SPIRVAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp236 void emitFunctionBodyStart() override;
2084 void PPCLinuxAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart() function in PPCLinuxAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1693 emitFunctionBodyStart(); in emitFunctionBody()