Home
last modified time | relevance | path

Searched refs:emitFunctionEntryLabel (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp77 void emitFunctionEntryLabel() override;
178 void XCoreAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in XCoreAsmPrinter
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h131 void emitFunctionEntryLabel() override;
DAMDGPUAsmPrinter.cpp262 void AMDGPUAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in AMDGPUAsmPrinter
265 AsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
284 AsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
/external/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.h97 void emitFunctionEntryLabel() override;
DARMAsmPrinter.cpp69 void ARMAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in ARMAsmPrinter
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp143 void emitFunctionEntryLabel() override;
187 void emitFunctionEntryLabel() override;
1413 void PPCLinuxAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in PPCLinuxAsmPrinter
1418 return AsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
1437 return AsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
1461 return AsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
1854 void PPCAIXAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in PPCAIXAsmPrinter
1858 PPCAsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsAsmPrinter.h141 void emitFunctionEntryLabel() override;
DMipsAsmPrinter.cpp401 void MipsAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in MipsAsmPrinter
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h205 void emitFunctionEntryLabel() override;
DNVPTXAsmPrinter.cpp443 void NVPTXAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in NVPTXAsmPrinter
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp93 void emitFunctionEntryLabel() override;
832 void AArch64AsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in AArch64AsmPrinter
842 return AsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h491 virtual void emitFunctionEntryLabel();
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp776 emitFunctionEntryLabel(); in emitFunctionHeader()
803 void AsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel() function in AsmPrinter