Searched refs:EmitValueToOffset (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h104 virtual bool EmitValueToOffset(const MCExpr *Offset, unsigned char Value);
H A DMCStreamer.h565 /// EmitValueToOffset - Emit some number of copies of @p Value until the
574 virtual bool EmitValueToOffset(const MCExpr *Offset,
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCNullStreamer.cpp89 virtual bool EmitValueToOffset(const MCExpr *Offset, function in class:__anon2259::MCNullStreamer
H A DMCPureStreamer.cpp49 virtual bool EmitValueToOffset(const MCExpr *Offset,
185 bool MCPureStreamer::EmitValueToOffset(const MCExpr *Offset, function in class:MCPureStreamer
H A DMCObjectStreamer.cpp331 bool MCObjectStreamer::EmitValueToOffset(const MCExpr *Offset, function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp205 virtual bool EmitValueToOffset(const MCExpr *Offset,
801 bool MCAsmStreamer::EmitValueToOffset(const MCExpr *Offset, function in class:MCAsmStreamer
/freebsd-9.3-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp677 virtual bool EmitValueToOffset(const MCExpr *Offset, function in class:__anon2246::RecordStreamer
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2451 if (getStreamer().EmitValueToOffset(Offset, FillExpr))

Completed in 76 milliseconds