Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp423 bool inVPTBlock() { return VPTState.CurPosition != ~0U; } in inVPTBlock() function in __anon3b5979970111::ARMAsmParser
425 if (!inVPTBlock()) return; in forwardVPTPosition()
7697 if (inVPTBlock() && !instIsBreakpoint(Inst)) { in validateInstruction()
10736 assert(!inVPTBlock() && "Nested VPT blocks are not allowed"); in processInstruction()