Home
last modified time | relevance | path

Searched defs:EmitLabel (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp54 void MipsELFStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel() function in MipsELFStreamer
/external/llvm/lib/Object/
DRecordStreamer.cpp75 void RecordStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel() function in RecordStreamer
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp78 void MCWinCOFFStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel() function in llvm::MCWinCOFFStreamer
DMCMachOStreamer.cpp181 void MCMachOStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel() function in MCMachOStreamer
DMCELFStreamer.cpp97 void MCELFStreamer::EmitLabel(MCSymbol *S) { in EmitLabel() function in MCELFStreamer
DMCObjectStreamer.cpp155 void MCObjectStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel() function in MCObjectStreamer
DMCAsmStreamer.cpp308 void MCAsmStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel() function in MCAsmStreamer
DMCStreamer.cpp200 void MCStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel() function in MCStreamer
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp236 void EmitLabel(MCStreamer &Out, MCSymbol *Label) { Out.EmitLabel(Label); } in EmitLabel() function in llvm::__anon44d5f3750111::X86AddressSanitizer
/external/clang/lib/CodeGen/
DCGStmt.cpp433 void CodeGenFunction::EmitLabel(const LabelDecl *D) { in EmitLabel() function in CodeGenFunction