Home
last modified time | relevance | path

Searched refs:EmitULEB128IntValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/MC/
DMCDwarf.cpp148 MCOS->EmitULEB128IntValue(FileNum); in EmitDwarfLineTable()
153 MCOS->EmitULEB128IntValue(Column); in EmitDwarfLineTable()
158 MCOS->EmitULEB128IntValue(Isa); in EmitDwarfLineTable()
282 MCOS->EmitULEB128IntValue(MCDwarfFiles[i]->getDirIndex()); in Emit()
591 Streamer.EmitULEB128IntValue(Src.getReg()); in EmitCFIInstruction()
600 Streamer.EmitULEB128IntValue(CFAOffset); in EmitCFIInstruction()
609 Streamer.EmitULEB128IntValue(Dst.getReg()); in EmitCFIInstruction()
623 Streamer.EmitULEB128IntValue(Reg); in EmitCFIInstruction()
631 Streamer.EmitULEB128IntValue(Offset); in EmitCFIInstruction()
636 Streamer.EmitULEB128IntValue(Reg); in EmitCFIInstruction()
[all …]
DMCObjectStreamer.cpp126 EmitULEB128IntValue(IntValue); in EmitULEB128Value()
DMCStreamer.cpp67 EmitULEB128IntValue(PointerSize + 1); in EmitDwarfSetLineAddr()
93 void MCStreamer::EmitULEB128IntValue(uint64_t Value, unsigned AddrSpace) { in EmitULEB128IntValue() function in MCStreamer
DMCAsmStreamer.cpp627 EmitULEB128IntValue(IntValue); in EmitULEB128Value()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp65 OutStreamer.EmitULEB128IntValue(Value); in EmitULEB128()
/external/llvm/include/llvm/MC/
DMCStreamer.h366 void EmitULEB128IntValue(uint64_t Value, unsigned AddrSpace = 0);