Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp418 bool inVPTBlock() { return VPTState.CurPosition != ~0U; } in inVPTBlock() function in __anon6be9c9a00111::ARMAsmParser
420 if (!inVPTBlock()) return; in forwardVPTPosition()
7690 if (inVPTBlock() && !instIsBreakpoint(Inst)) { in validateInstruction()
11083 assert(!inVPTBlock() && "Nested VPT blocks are not allowed"); in processInstruction()