Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6015 static bool instIsBreakpoint(const MCInst &Inst) { in instIsBreakpoint() function
6076 if (inITBlock() && !instIsBreakpoint(Inst)) { in validateInstruction()