HomeSort by relevance Sort by last modified time
    Searched refs:BranchTarget (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 34 BranchTarget(-1),
113 BranchTarget = opIndex;
133 return BranchTarget;
EDInst.h 84 int BranchTarget;
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 211 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
213 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {

Completed in 1046 milliseconds