Home
last modified time | relevance | path

Searched refs:nopInstrs (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()
361 assert(target->nopInstrs); in writeTo()
DTarget.h144 llvm::Optional<std::vector<std::vector<uint8_t>>> nopInstrs; variable
/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp92 nopInstrs = nopInstructions; in X86_64()