OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitULEB128IntValue
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/MC/
MCDwarf.cpp
150
MCOS->
EmitULEB128IntValue
(FileNum);
155
MCOS->
EmitULEB128IntValue
(Column);
160
MCOS->
EmitULEB128IntValue
(Isa);
312
MCOS->
EmitULEB128IntValue
(MCDwarfFiles[i]->getDirIndex());
452
MCOS->
EmitULEB128IntValue
(Name);
453
MCOS->
EmitULEB128IntValue
(Form);
463
MCOS->
EmitULEB128IntValue
(1);
464
MCOS->
EmitULEB128IntValue
(dwarf::DW_TAG_compile_unit);
479
MCOS->
EmitULEB128IntValue
(2);
480
MCOS->
EmitULEB128IntValue
(dwarf::DW_TAG_label)
[
all
...]
MCStreamer.cpp
79
EmitULEB128IntValue
(PointerSize + 1);
104
void MCStreamer::
EmitULEB128IntValue
(uint64_t Value, unsigned Padding) {
MCObjectStreamer.cpp
149
EmitULEB128IntValue
(IntValue);
MCAsmStreamer.cpp
700
EmitULEB128IntValue
(IntValue);
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp
49
OutStreamer.
EmitULEB128IntValue
(Value, PadTo);
/external/llvm/include/llvm/MC/
MCStreamer.h
441
void
EmitULEB128IntValue
(uint64_t Value, unsigned Padding = 0);
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
197
Streamer.
EmitULEB128IntValue
(item.Tag);
201
Streamer.
EmitULEB128IntValue
(item.IntValue);
[
all
...]
Completed in 40 milliseconds