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()
487 uint64_t VMAddress = Address.Address + Byte - InstructionSize; in parseSectionContents() local
489 InstrMeta.VMAddress = VMAddress; in parseSectionContents()
505 if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target)) { in parseSectionContents()
507 StaticBranchTargetings[Target].push_back(VMAddress); in parseSectionContents()
521 {VMAddress, Address.SectionIndex}); in parseSectionContents()
533 IndirectInstructions.insert({VMAddress, Address.SectionIndex}); in parseSectionContents()
539 Instructions.insert(std::make_pair(Instruction.VMAddress, Instruction)); in addInstruction()
542 << format_hex(Instruction.VMAddress, 2) in addInstruction()