Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DTarget.h151 std::optional<std::vector<std::vector<uint8_t>>> nopInstrs; variable
H A DOutputSections.cpp271 std::vector<std::vector<uint8_t>> nopFiller = *target->nopInstrs; in nopInstrFill()
506 assert(target->nopInstrs); in writeTo()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp84 nopInstrs = nopInstructions; in X86_64()