HomeSort by relevance Sort by last modified time
    Searched refs:EmitSymbolValue (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 164 OutStreamer.EmitSymbolValue(Label, 4, 0/*AddrSpace*/);
OcamlGCPrinter.cpp 148 AP.OutStreamer.EmitSymbolValue(J->Label, IntPtrSize, 0);
DIE.cpp 236 AP->OutStreamer.EmitSymbolValue(Label, SizeOf(AP, Form), 0/*AddrSpace*/);
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 396 OutStreamer.EmitSymbolValue(GetExternalSymbolSymbol("_tlv_bootstrap"),
399 OutStreamer.EmitSymbolValue(MangSym, PtrSize, 0);
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 576 MCOS->EmitSymbolValue(AbbrevSectionSymbol, 4);
594 MCOS->EmitSymbolValue(LineSectionSymbol, 4);
    [all...]
MCStreamer.cpp 72 EmitSymbolValue(Label, PointerSize);
125 void MCStreamer::EmitSymbolValue(const MCSymbol *Sym, unsigned Size,
  /external/llvm/include/llvm/MC/
MCStreamer.h 437 /// EmitSymbolValue - Special case of EmitValue that avoids the client
439 void EmitSymbolValue(const MCSymbol *Sym, unsigned Size,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 88 Streamer.EmitSymbolValue(Sym, Size);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 681 OutStreamer.EmitSymbolValue(Stubs[i].second.getPointer(),

Completed in 51 milliseconds