HomeSort by: relevance | last modified time | path
    Searched refs:emitFunctionBodyEnd (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kAsmPrinter.h 63 void emitFunctionBodyEnd() override;
M68kAsmPrinter.cpp 103 void M68kAsmPrinter::emitFunctionBodyEnd() {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h 132 void emitFunctionBodyEnd() override;
AMDGPUAsmPrinter.cpp 236 void AMDGPUAsmPrinter::emitFunctionBodyEnd() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMAsmPrinter.h 96 void emitFunctionBodyEnd() override;
ARMAsmPrinter.cpp 60 void ARMAsmPrinter::emitFunctionBodyEnd() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 80 void emitFunctionBodyEnd() override;
171 /// EmitFunctionBodyEnd - Targets can override this to emit stuff after
173 void XCoreAsmPrinter::emitFunctionBodyEnd() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAsmPrinter.h 143 void emitFunctionBodyEnd() override;
MipsAsmPrinter.cpp 446 /// EmitFunctionBodyEnd - Targets can override this to emit stuff after
448 void MipsAsmPrinter::emitFunctionBodyEnd() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.h 150 void emitFunctionBodyEnd() override;
X86AsmPrinter.cpp 103 void X86AsmPrinter::emitFunctionBodyEnd() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 207 void emitFunctionBodyEnd() override;
NVPTXAsmPrinter.cpp 499 void NVPTXAsmPrinter::emitFunctionBodyEnd() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 487 virtual void emitFunctionBodyEnd() {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 182 void emitFunctionBodyEnd() override;
230 void emitFunctionBodyEnd() override;
1770 /// EmitFunctionBodyEnd - Print the traceback table before the .size
1773 void PPCLinuxAsmPrinter::emitFunctionBodyEnd() {
1855 void PPCAIXAsmPrinter::emitFunctionBodyEnd() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 173 void emitFunctionBodyEnd() override;
600 void AArch64AsmPrinter::emitFunctionBodyEnd() {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 1456 emitFunctionBodyEnd();

Completed in 33 milliseconds