Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp147 const bool IsLittleEndianTarget = Context.getAsmInfo()->isLittleEndian(); in emitIntValue() local
148 const bool ShouldSwap = sys::IsLittleEndianHost != IsLittleEndianTarget; in emitIntValue()