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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h 134 void emitFunctionEntryLabel() override;
AMDGPUAsmPrinter.cpp 275 void AMDGPUAsmPrinter::emitFunctionEntryLabel() {
278 AsmPrinter::emitFunctionEntryLabel();
297 AsmPrinter::emitFunctionEntryLabel();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMAsmPrinter.h 97 void emitFunctionEntryLabel() override;
ARMAsmPrinter.cpp 69 void ARMAsmPrinter::emitFunctionEntryLabel() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 77 void emitFunctionEntryLabel() override;
178 void XCoreAsmPrinter::emitFunctionEntryLabel() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAsmPrinter.h 141 void emitFunctionEntryLabel() override;
MipsAsmPrinter.cpp 401 void MipsAsmPrinter::emitFunctionEntryLabel() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 205 void emitFunctionEntryLabel() override;
NVPTXAsmPrinter.cpp 443 void NVPTXAsmPrinter::emitFunctionEntryLabel() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 179 void emitFunctionEntryLabel() override;
228 void emitFunctionEntryLabel() override;
1534 void PPCLinuxAsmPrinter::emitFunctionEntryLabel() {
1539 return AsmPrinter::emitFunctionEntryLabel();
1558 return AsmPrinter::emitFunctionEntryLabel();
1582 return AsmPrinter::emitFunctionEntryLabel();
1659 // .quad .TOC.-.Lfunc_gepNN # done by EmitFunctionEntryLabel
2268 void PPCAIXAsmPrinter::emitFunctionEntryLabel() {
2272 PPCAsmPrinter::emitFunctionEntryLabel();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 506 virtual void emitFunctionEntryLabel();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 93 void emitFunctionEntryLabel() override;
862 void AArch64AsmPrinter::emitFunctionEntryLabel() {
872 return AsmPrinter::emitFunctionEntryLabel();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 798 emitFunctionEntryLabel();
833 /// EmitFunctionEntryLabel - Emit the label that is the entrypoint for the
835 void AsmPrinter::emitFunctionEntryLabel() {

Completed in 33 milliseconds