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

  /external/llvm/lib/MC/
MCDwarf.cpp 268 MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym,4),
281 MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym,
623 MCOS->EmitAbsValue(Size, AddrSize);
653 MCOS->EmitAbsValue(Length, 4);
827 MCOS->EmitAbsValue(SectionSize, AddrSize);
    [all...]
MCWin64EH.cpp 57 streamer.EmitAbsValue(diff, 1);
MCStreamer.cpp 140 void MCStreamer::EmitAbsValue(const MCExpr *Value, unsigned Size) {
  /external/llvm/include/llvm/MC/
MCStreamer.h 560 /// EmitAbsValue - Emit the Value, but try to avoid relocations. On MachO
564 void EmitAbsValue(const MCExpr *Value, unsigned Size);

Completed in 37 milliseconds