Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp49 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
105 bool AVR::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in AVR
H A DHexagon.cpp40 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
290 bool Hexagon::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in Hexagon
H A DPPC.cpp43 bool needsThunk(RelExpr expr, RelType relocType, const InputFile *file,
202 bool PPC::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC
H A DMips.cpp34 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
359 bool MIPS<ELFT>::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in MIPS
H A DAArch64.cpp76 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
418 bool AArch64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in AArch64
H A DPPC64.cpp184 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
1426 bool PPC64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC64
H A DARM.cpp43 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
386 bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in ARM
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp127 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in TargetInfo
H A DTarget.h69 virtual bool needsThunk(RelExpr expr, RelType relocType,
H A DRelocations.cpp2482 if (!ctx.target->needsThunk(rel.expr, rel.type, isec->file, src, in createThunks()