Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.h49 void emitFunctionBodyEnd() override;
H A DCSKYAsmPrinter.cpp122 void CSKYAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in CSKYAsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.h63 void emitFunctionBodyEnd() override;
H A DM68kAsmPrinter.cpp106 void M68kAsmPrinter::emitFunctionBodyEnd() {} in emitFunctionBodyEnd() function in M68kAsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h71 void emitFunctionBodyEnd() override;
H A DSystemZAsmPrinter.cpp872 void SystemZAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in SystemZAsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp80 void emitFunctionBodyEnd() override;
173 void XCoreAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in XCoreAsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h96 void emitFunctionBodyEnd() override;
H A DARMAsmPrinter.cpp59 void ARMAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in ARMAsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h115 void emitFunctionBodyEnd() override;
H A DAMDGPUAsmPrinter.cpp236 void AMDGPUAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in AMDGPUAsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.h157 void emitFunctionBodyEnd() override;
H A DX86AsmPrinter.cpp109 void X86AsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in X86AsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h143 void emitFunctionBodyEnd() override;
H A DMipsAsmPrinter.cpp524 void MipsAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in MipsAsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h163 void emitFunctionBodyEnd() override;
H A DNVPTXAsmPrinter.cpp506 void NVPTXAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in NVPTXAsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp77 void emitFunctionBodyEnd() override;
131 void SPIRVAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in SPIRVAsmPrinter
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h560 virtual void emitFunctionBodyEnd() {} in emitFunctionBodyEnd() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A 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/
H A DAArch64AsmPrinter.cpp176 void emitFunctionBodyEnd() override;
710 void AArch64AsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd() function in AArch64AsmPrinter
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1792 emitFunctionBodyEnd(); in emitFunctionBody()