Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86_64.cpp41 void applyJumpInstrMod(uint8_t *loc, JumpModType type,
608 void X86_64::applyJumpInstrMod(uint8_t *loc, JumpModType type, in applyJumpInstrMod() function in X86_64
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h95 virtual void applyJumpInstrMod(uint8_t *loc, JumpModType type, in applyJumpInstrMod() function
H A DInputSection.cpp1093 target.applyJumpInstrMod(buf + jumpInstrMod->offset, jumpInstrMod->original, in relocateAlloc()