Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.cpp257 std::vector<std::vector<uint8_t>> nopFiller = *target->nopInstrs; in nopInstrFill() local
258 unsigned num = size / nopFiller.back().size(); in nopInstrFill()
260 memcpy(buf + i, nopFiller.back().data(), nopFiller.back().size()); in nopInstrFill()
261 i += nopFiller.back().size(); in nopInstrFill()
266 assert(nopFiller[remaining - 1].size() == remaining); in nopInstrFill()
267 memcpy(buf + i, nopFiller[remaining - 1].data(), remaining); in nopInstrFill()
360 if (isec->nopFiller) { in writeTo()
DInputSection.h139 bool nopFiller = false; variable
/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp270 is.nopFiller = true; in deleteFallThruJmpInsn()
307 is.nopFiller = true; in deleteFallThruJmpInsn()