Searched refs:X86MCInstrAnalysis (Results 1 – 1 of 1) sorted by relevance
503 class X86MCInstrAnalysis : public MCInstrAnalysis { class504 X86MCInstrAnalysis(const X86MCInstrAnalysis &) = delete;505 X86MCInstrAnalysis &operator=(const X86MCInstrAnalysis &) = delete;506 virtual ~X86MCInstrAnalysis() = default;509 X86MCInstrAnalysis(const MCInstrInfo *MCII) : MCInstrAnalysis(MCII) {} in X86MCInstrAnalysis() function in llvm::X86_MC::X86MCInstrAnalysis533 bool X86MCInstrAnalysis::clearsSuperRegisters(const MCRegisterInfo &MRI, in clearsSuperRegisters()632 X86MCInstrAnalysis::findPltEntries(uint64_t PltSectionVA, in findPltEntries()645 bool X86MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()655 std::optional<uint64_t> X86MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress()681 X86MCInstrAnalysis::getMemoryOperandRelocationOffset(const MCInst &Inst, in getMemoryOperandRelocationOffset()[all …]