Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp384 uint64_t InstrStart = SymAddress.getValue() + I; in addFunctionPointerRelocationsToCurrentSymbol() local
386 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()
389 << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()
391 formatv("failed to disassemble at address {0:x16}", InstrStart), in addFunctionPointerRelocationsToCurrentSymbol()
399 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
407 << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()
411 auto RelocOffInBlock = orc::ExecutorAddr(InstrStart) + *RelocOffInInstr - in addFunctionPointerRelocationsToCurrentSymbol()
416 LLVM_DEBUG(dbgs() << "Adding delta32 self-relocation at " << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()