Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp295 uint8_t SLEB[16]; in applySLEB128() local
297 uint8_t RealSize = encodeSLEB128(Val, SLEB, DestSize); in applySLEB128()
299 memcpy(const_cast<char *>(getContents().data() + PatchOffset), SLEB, in applySLEB128()