Searched refs:ParentMeta (Results 1 – 2 of 2) sorted by relevance
233 const auto &ParentMeta = *ParentMetaPtr; in buildFlowGraphImpl() local242 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()250 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()258 ParentMeta.Instruction, ParentMeta.VMAddress, in buildFlowGraphImpl()259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()261 << format_hex(ParentMeta.VMAddress, 2) << ".\n"; in buildFlowGraphImpl()263 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()273 << format_hex(ParentMeta.VMAddress, 2) in buildFlowGraphImpl()276 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()292 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()[all …]
170 bool IsValidAIChain(const MDNode *ParentMeta, uint32_t ParentAI,