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

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 81 void EmitFunctionEntryLabel() override;
185 void XCoreAsmPrinter::EmitFunctionEntryLabel() {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 67 virtual void EmitFunctionEntryLabel();
171 void MBlazeAsmPrinter::EmitFunctionEntryLabel() {
174 AsmPrinter::EmitFunctionEntryLabel();
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 81 void EmitFunctionEntryLabel();
188 void XCoreAsmPrinter::EmitFunctionEntryLabel() {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 125 void AMDGPUAsmPrinter::EmitFunctionEntryLabel() {
135 AsmPrinter::EmitFunctionEntryLabel();
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsAsmPrinter.cpp 215 void MipsAsmPrinter::EmitFunctionEntryLabel() {
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 397 void PTXAsmPrinter::EmitFunctionEntryLabel() {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 110 virtual void EmitFunctionEntryLabel();
383 void PPCLinuxAsmPrinter::EmitFunctionEntryLabel() {
385 return AsmPrinter::EmitFunctionEntryLabel();
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 320 void MipsAsmPrinter::EmitFunctionEntryLabel() {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 125 void EmitFunctionEntryLabel() override;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 73 void ARMAsmPrinter::EmitFunctionEntryLabel() {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 292 void ARMAsmPrinter::EmitFunctionEntryLabel() {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 576 EmitFunctionEntryLabel();
610 /// EmitFunctionEntryLabel - Emit the label that is the entrypoint for the
612 void AsmPrinter::EmitFunctionEntryLabel() {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 451 void NVPTXAsmPrinter::EmitFunctionEntryLabel() {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 439 EmitFunctionEntryLabel();
472 /// EmitFunctionEntryLabel - Emit the label that is the entrypoint for the
474 void AsmPrinter::EmitFunctionEntryLabel() {
    [all...]

Completed in 1650 milliseconds