Home
last modified time | relevance | path

Searched refs:emitFunctionBodyEnd (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.h71 void emitFunctionBodyEnd() override;
DSystemZAsmPrinter.cpp872 void SystemZAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in SystemZAsmPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp80 void emitFunctionBodyEnd() override;
173 void XCoreAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in XCoreAsmPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMAsmPrinter.h96 void emitFunctionBodyEnd() override;
DARMAsmPrinter.cpp59 void ARMAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in ARMAsmPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h115 void emitFunctionBodyEnd() override;
DAMDGPUAsmPrinter.cpp236 void AMDGPUAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in AMDGPUAsmPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsAsmPrinter.h143 void emitFunctionBodyEnd() override;
DMipsAsmPrinter.cpp524 void MipsAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in MipsAsmPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86AsmPrinter.h157 void emitFunctionBodyEnd() override;
DX86AsmPrinter.cpp109 void X86AsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in X86AsmPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h163 void emitFunctionBodyEnd() override;
DNVPTXAsmPrinter.cpp506 void NVPTXAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in NVPTXAsmPrinter
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAsmPrinter.h560 virtual void emitFunctionBodyEnd() {} in emitFunctionBodyEnd() function
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp204 void emitFunctionBodyEnd() override;
256 void emitFunctionBodyEnd() override;
1922 void PPCLinuxAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in PPCLinuxAsmPrinter
2025 void PPCAIXAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in PPCAIXAsmPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp176 void emitFunctionBodyEnd() override;
710 void AArch64AsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in AArch64AsmPrinter
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1792 emitFunctionBodyEnd(); in emitFunctionBody()