Home
last modified time | relevance | path

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

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