HomeSort by relevance Sort by last modified time
    Searched defs:EmitFunctionEntryLabel (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 74 void EmitFunctionEntryLabel();
182 void XCoreAsmPrinter::EmitFunctionEntryLabel() {
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 229 void MipsAsmPrinter::EmitFunctionEntryLabel() {
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 103 virtual void EmitFunctionEntryLabel();
729 void PPCLinuxAsmPrinter::EmitFunctionEntryLabel() {
731 return AsmPrinter::EmitFunctionEntryLabel();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 289 void ARMAsmPrinter::EmitFunctionEntryLabel() {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 450 EmitFunctionEntryLabel();
483 /// EmitFunctionEntryLabel - Emit the label that is the entrypoint for the
485 void AsmPrinter::EmitFunctionEntryLabel() {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 505 void NVPTXAsmPrinter::EmitFunctionEntryLabel() {
    [all...]

Completed in 54 milliseconds