Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp424 uint64_t InstrStart = SymAddress.getValue() + I; in addFunctionPointerRelocationsToCurrentSymbol() local
426 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()
429 << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()
431 formatv("failed to disassemble at address {0:x16}", InstrStart), in addFunctionPointerRelocationsToCurrentSymbol()
439 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
447 << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()
451 auto RelocOffInBlock = orc::ExecutorAddr(InstrStart) + *RelocOffInInstr - in addFunctionPointerRelocationsToCurrentSymbol()
456 LLVM_DEBUG(dbgs() << "Adding delta32 self-relocation at " << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()