Lines Matching refs:VMAddress
124 Instructions.find(InstrMeta.VMAddress); in getPrevInstructionSequential()
137 Instructions.find(InstrMeta.VMAddress); in getNextInstructionSequential()
179 if (!MIA->evaluateBranch(InstrMeta.Instruction, InstrMeta.VMAddress, in willTrapOnCFIViolation()
214 if (!MIA->evaluateBranch(InstrMeta.Instruction, InstrMeta.VMAddress, in getDefiniteNextInstruction()
221 getInstruction(InstrMeta.VMAddress + InstrMeta.InstructionSize); in getDefiniteNextInstruction()
238 const auto &TargetRefsKV = StaticBranchTargetings.find(InstrMeta.VMAddress); in getDirectControlFlowXRefs()
248 << format_hex(InstrMeta.VMAddress, 2) << ".\n"; in getDirectControlFlowXRefs()
490 uint64_t VMAddress = Address.Address + Byte - InstructionSize; in parseSectionContents() local
492 InstrMeta.VMAddress = VMAddress; in parseSectionContents()
508 if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target)) { in parseSectionContents()
510 StaticBranchTargetings[Target].push_back(VMAddress); in parseSectionContents()
524 {VMAddress, Address.SectionIndex}); in parseSectionContents()
536 IndirectInstructions.insert({VMAddress, Address.SectionIndex}); in parseSectionContents()
542 Instructions.insert(std::make_pair(Instruction.VMAddress, Instruction)); in addInstruction()
545 << format_hex(Instruction.VMAddress, 2) in addInstruction()