Home
last modified time | relevance | path

Searched refs:IsLittleEndianTarget (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp150 const bool IsLittleEndianTarget = Context.getAsmInfo()->isLittleEndian(); in emitIntValue() local
151 const bool ShouldSwap = sys::IsLittleEndianHost != IsLittleEndianTarget; in emitIntValue()