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

  /external/llvm/lib/MC/
MCDwarf.cpp 227 MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym,4),
240 MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym,
539 MCOS->EmitAbsValue(Addr, AddrSize);
540 MCOS->EmitAbsValue(Size, AddrSize);
568 MCOS->EmitAbsValue(Length, 4);
602 MCOS->EmitAbsValue(Start, AddrSize);
607 MCOS->EmitAbsValue(End, AddrSize);
670 MCOS->EmitAbsValue(AT_low_pc, AddrSize);
814 streamer.EmitAbsValue(v, size);
    [all...]
MCWin64EH.cpp 61 streamer.EmitAbsValue(diff, 1);
MCStreamer.cpp 113 void MCStreamer::EmitAbsValue(const MCExpr *Value, unsigned Size,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 127 OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding));
  /external/llvm/include/llvm/MC/
MCStreamer.h 417 /// EmitAbsValue - Emit the Value, but try to avoid relocations. On MachO
421 void EmitAbsValue(const MCExpr *Value, unsigned Size,

Completed in 23 milliseconds