Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrAnalysis.cpp33 std::optional<uint64_t> MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in MCInstrAnalysis
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp432 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
559 std::optional<uint64_t> ARMMCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in ARMMCInstrAnalysis
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp399 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp523 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
655 std::optional<uint64_t> X86MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in llvm::X86_MC::X86MCInstrAnalysis
H A DX86ATTInstPrinter.cpp422 if (MIA->evaluateMemoryOperandAddress(*MI, /*STI=*/nullptr, 0, 0)) in printMemReference()
H A DX86IntelInstPrinter.cpp380 if (MIA->evaluateMemoryOperandAddress(*MI, /*STI=*/nullptr, 0, 0)) in printMemReference()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2328 DT->InstrAnalysis->evaluateMemoryOperandAddress( in disassembleObject()