Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6340 static bool instIsBreakpoint(const MCInst &Inst) { in instIsBreakpoint() function
6455 if (inITBlock() && !instIsBreakpoint(Inst)) { in validateInstruction()