Home
last modified time | relevance | path

Searched refs:evaluateBranch (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/MC/
DMCInstrAnalysis.cpp13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch() function in MCInstrAnalysis
/external/llvm/include/llvm/MC/
DMCInstrAnalysis.h65 evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size,
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp268 bool evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch() function in __anond35402b20111::ARMMCInstrAnalysis
/external/llvm/tools/sancov/
Dsancov.cc315 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) { in getObjectCoveragePoints()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1075 if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) { in DisassembleObject()