Searched refs:getBlockDef (Results 1 – 3 of 3) sorted by relevance
115 const BlockDefinition *getBlockDef(Block *block) const;
108 auto AsmParserState::getBlockDef(Block *block) const in getBlockDef() function in AsmParserState
551 if (const auto *def = asmState.getBlockDef(newBlock)) in buildHoverForBlock()