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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp255 std::vector<std::vector<uint8_t>> nopFiller = *target->nopInstrs;
357 assert(target->nopInstrs);
H A DTarget.h144 llvm::Optional<std::vector<std::vector<uint8_t>>> nopInstrs; member in class:lld::elf::TargetInfo
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp92 nopInstrs = nopInstructions;

Completed in 115 milliseconds