Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp145 uint16_t ShortVal = static_cast<uint16_t>(Val); in emitIntVal() local
147 sys::swapByteOrder(ShortVal); in emitIntVal()
148 OS.write(reinterpret_cast<const char *>(&ShortVal), Size); in emitIntVal()
151 uint32_t ShortVal = static_cast<uint32_t>(Val); in emitIntVal() local
153 sys::swapByteOrder(ShortVal); in emitIntVal()
154 OS.write(reinterpret_cast<const char *>(&ShortVal), Size); in emitIntVal()