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

/external/llvm/lib/MC/
H A DMCPureStreamer.cpp45 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
162 void MCPureStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCPureStreamer
H A DMCELFStreamer.cpp278 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCELFStreamer
284 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value,
H A DMCNullStreamer.cpp80 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, function in class:__anon9600::MCNullStreamer
H A DMCObjectStreamer.cpp281 void MCObjectStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCObjectStreamer
297 EmitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit);
H A DMCAsmStreamer.cpp206 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
759 void MCAsmStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:MCAsmStreamer
810 EmitValueToAlignment(ByteAlignment, MAI.getTextAlignFillValue(),
/external/llvm/tools/lto/
H A DLTOModule.cpp795 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:__anon10033::RecordStreamer

Completed in 142 milliseconds