Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp435 uint64_t InstrStart = SymAddress.getValue() + I; in addFunctionPointerRelocationsToCurrentSymbol() local
437 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()
440 << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()
442 formatv("failed to disassemble at address {0:x16}", InstrStart), in addFunctionPointerRelocationsToCurrentSymbol()
450 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
458 << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()
462 auto RelocOffInBlock = orc::ExecutorAddr(InstrStart) + *RelocOffInInstr - in addFunctionPointerRelocationsToCurrentSymbol()
467 LLVM_DEBUG(dbgs() << "Adding delta32 self-relocation at " << InstrStart); in addFunctionPointerRelocationsToCurrentSymbol()