Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
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()
DGraphBuilder.h130 const Instr &BranchInstrMeta);