OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmitIntValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCStreamer.cpp
78
EmitIntValue
(dwarf::DW_LNS_extended_op, 1);
80
EmitIntValue
(dwarf::DW_LNE_set_address, 1);
87
///
EmitIntValue
- Special case of EmitValue that avoids the client having to
89
void MCStreamer::
EmitIntValue
(uint64_t Value, unsigned Size) {
MCAsmStreamer.cpp
186
virtual void
EmitIntValue
(uint64_t Value, unsigned Size);
432
EmitIntValue
(dwarf::DW_CFA_advance_loc4, 1);
662
void MCAsmStreamer::
EmitIntValue
(uint64_t Value, unsigned Size) {
683
EmitIntValue
((uint32_t)(IntValue >> 0 ), 4);
684
EmitIntValue
((uint32_t)(IntValue >> 32), 4);
686
EmitIntValue
((uint32_t)(IntValue >> 32), 4);
687
EmitIntValue
((uint32_t)(IntValue >> 0 ), 4);
[
all
...]
Completed in 127 milliseconds