Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp383 uint64_t InstrStart = SymAddress.getValue() + I; in addFunctionPointerRelocationsToCurrentSymbol() local
385 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()
388 << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()
390 formatv("failed to disassemble at address {0:x16}", InstrStart), in addFunctionPointerRelocationsToCurrentSymbol()
398 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
406 << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()
410 auto RelocOffInBlock = orc::ExecutorAddr(InstrStart) + *RelocOffInInstr - in addFunctionPointerRelocationsToCurrentSymbol()
415 LLVM_DEBUG(dbgs() << "Adding delta32 self-relocation at " << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()