Searched defs:EmitValueToAlignment (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/MC/
H A DMCPureStreamer.cpp44 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
158 void MCPureStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCPureStreamer
H A DMCNullStreamer.cpp80 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, function in class:__anon22216::MCNullStreamer
H A DMCELFStreamer.cpp306 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCELFStreamer
312 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value,
H A DMCObjectStreamer.cpp308 void MCObjectStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCObjectStreamer
323 EmitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit);
H A DMCAsmStreamer.cpp199 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
749 void MCAsmStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:MCAsmStreamer
800 EmitValueToAlignment(ByteAlignment, MAI->getTextAlignFillValue(),
/external/llvm/tools/lto/
H A DLTOModule.cpp780 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:__anon22711::RecordStreamer

Completed in 243 milliseconds