Home
last modified time | relevance | path

Searched defs:trapInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h160 std::array<uint8_t, 4> trapInstr = {}; variable
H A DWriter.cpp2954 static void fillTrap(std::array<uint8_t, 4> trapInstr, uint8_t *i, in fillTrap()