Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp59 bool deleteFallThruJmpInsn(InputSection &is, InputFile *file,
244 bool X86_64::deleteFallThruJmpInsn(InputSection &is, InputFile *file, in deleteFallThruJmpInsn() function in X86_64
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h101 virtual bool deleteFallThruJmpInsn(InputSection &is, InputFile *file, in deleteFallThruJmpInsn() function
H A DWriter.cpp1859 target->deleteFallThruJmpInsn(is, is.getFile<ELFT>(), next) ? 1 : 0; in optimizeBasicBlockJumps()