Home
last modified time | relevance | path

Searched refs:MCInstrAnalysis (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectDisassembler.h34 class MCInstrAnalysis; variable
47 const MCInstrAnalysis &MIA);
111 const MCInstrAnalysis &MIA;
160 const MCInstrAnalysis &MIA, uint64_t VMAddrSlide,
DMCInstrAnalysis.h24 class MCInstrAnalysis {
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function
32 virtual ~MCInstrAnalysis() {} in ~MCInstrAnalysis()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp317 class ARMMCInstrAnalysis : public MCInstrAnalysis {
319 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis()
325 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
332 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
350 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis()
/external/llvm/lib/MC/
DMCInstrAnalysis.cpp13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()
DCMakeLists.txt23 MCInstrAnalysis.cpp
DAndroid.mk25 MCInstrAnalysis.cpp \
/external/llvm/include/llvm/Support/
DTargetRegistry.h39 class MCInstrAnalysis; variable
89 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
310 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const { in createMCInstrAnalysis()
963 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp396 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) { in createX86MCInstrAnalysis()
397 return new MCInstrAnalysis(Info); in createX86MCInstrAnalysis()
/external/llvm/lib/MC/MCAnalysis/
DMCObjectDisassembler.cpp38 const MCInstrAnalysis &MIA) in MCObjectDisassembler()
498 const MCInstrAnalysis &MIA, uint64_t VMAddrSlide, in MCMachOObjectDisassembler()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp219 std::unique_ptr<MCInstrAnalysis> InstrAnalysis( in DisassembleInputMachO2()
Dllvm-objdump.cpp342 std::unique_ptr<const MCInstrAnalysis> MIA( in DisassembleObject()
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1147 + MCInstrAnalysis.cpp \