HomeSort by: relevance | last modified time | path
    Searched refs:emitULEB128Value (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectStreamer.h 123 void emitULEB128Value(const MCExpr *Value) override;
MCStreamer.h 712 virtual void emitULEB128Value(const MCExpr *Value);
716 /// Special case of EmitULEB128Value that avoids the client having to
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 157 /// EmitULEB128IntValue - Special case of EmitULEB128Value that avoids the
1124 emitULEB128Value(Diff);
1176 void MCStreamer::emitULEB128Value(const MCExpr *Value) {}
MCObjectStreamer.cpp 311 void MCObjectStreamer::emitULEB128Value(const MCExpr *Value) {
MCAsmStreamer.cpp 223 void emitULEB128Value(const MCExpr *Value) override;
1255 void MCAsmStreamer::emitULEB128Value(const MCExpr *Value) {
MCDwarf.cpp 1119 MCOS->emitULEB128Value(SectionSize);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 4916 getStreamer().emitULEB128Value(Value);

Completed in 41 milliseconds