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 257 MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym,4),
270 MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym,
562 MCOS->EmitAbsValue(Addr, AddrSize);
563 MCOS->EmitAbsValue(Size, AddrSize);
591 MCOS->EmitAbsValue(Length, 4);
625 MCOS->EmitAbsValue(Start, AddrSize);
630 MCOS->EmitAbsValue(End, AddrSize);
698 MCOS->EmitAbsValue(AT_low_pc, AddrSize);
    [all...]
MCWin64EH.cpp 61 streamer.EmitAbsValue(diff, 1);
MCStreamer.cpp 120 void MCStreamer::EmitAbsValue(const MCExpr *Value, unsigned Size) {
  /external/llvm/include/llvm/MC/
MCStreamer.h 429 /// EmitAbsValue - Emit the Value, but try to avoid relocations. On MachO
433 void EmitAbsValue(const MCExpr *Value, unsigned Size);

Completed in 28 milliseconds