Lines Matching refs:VMAddress
134 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
136 NextMetaPtr->VMAddress; // Add the new node to the branch head. in buildFlowsToUndefined()
141 BranchInstrMeta.Instruction, BranchInstrMeta.VMAddress, in buildFlowsToUndefined()
144 << format_hex(BranchInstrMeta.VMAddress, 2) << ".\n"; in buildFlowsToUndefined()
158 NextMetaPtr->VMAddress; // Add the new node to the branch head. in buildFlowsToUndefined()
182 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
240 buildFlowGraphImpl(Analysis, OpenedNodes, Result, ParentMeta.VMAddress, in buildFlowGraphImpl()
242 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
249 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
250 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
258 ParentMeta.Instruction, ParentMeta.VMAddress, in buildFlowGraphImpl()
261 << format_hex(ParentMeta.VMAddress, 2) << ".\n"; in buildFlowGraphImpl()
262 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
263 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
273 << format_hex(ParentMeta.VMAddress, 2) in buildFlowGraphImpl()
275 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
276 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
280 buildFlowGraphImpl(Analysis, OpenedNodes, Result, ParentMeta.VMAddress, in buildFlowGraphImpl()
282 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
291 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
292 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
299 BranchNode.Address = ParentMeta.VMAddress; in buildFlowGraphImpl()
328 Result.IntermediateNodes[PrevInstr->VMAddress] = Address; in buildFlowGraphImpl()