Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp114 const Instr &BranchInstrMeta) { in buildFlowsToUndefined() argument
126 NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta); in buildFlowsToUndefined()
140 BranchInstrMeta.Instruction, BranchInstrMeta.VMAddress, in buildFlowsToUndefined()
141 BranchInstrMeta.InstructionSize, Target)) { in buildFlowsToUndefined()
143 << format_hex(BranchInstrMeta.VMAddress, 2) << ".\n"; in buildFlowsToUndefined()
DGraphBuilder.h131 const Instr &BranchInstrMeta);