Home
last modified time | relevance | path

Searched refs:evaluateMemoryOperandAddress (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCInstrAnalysis.cpp33 std::optional<uint64_t> MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in MCInstrAnalysis
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCInstrAnalysis.h160 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp435 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
562 std::optional<uint64_t> ARMMCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in ARMMCInstrAnalysis
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp450 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.cpp422 if (MIA->evaluateMemoryOperandAddress(*MI, /*STI=*/nullptr, 0, 0)) in printMemReference()
DX86IntelInstPrinter.cpp380 if (MIA->evaluateMemoryOperandAddress(*MI, /*STI=*/nullptr, 0, 0)) in printMemReference()
DX86MCTargetDesc.cpp510 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
640 std::optional<uint64_t> X86MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in llvm::X86_MC::X86MCInstrAnalysis
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1838 MIA->evaluateMemoryOperandAddress( in disassembleObject()