Home
last modified time | relevance | path

Searched refs:BranchInstrMeta (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp115 const Instr &BranchInstrMeta) { in buildFlowsToUndefined() argument
127 NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta); in buildFlowsToUndefined()
141 BranchInstrMeta.Instruction, BranchInstrMeta.VMAddress, in buildFlowsToUndefined()
142 BranchInstrMeta.InstructionSize, Target)) { in buildFlowsToUndefined()
144 << format_hex(BranchInstrMeta.VMAddress, 2) << ".\n"; in buildFlowsToUndefined()
H A DGraphBuilder.h130 const Instr &BranchInstrMeta);