Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DTarget.cpp131 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in TargetInfo
H A DTarget.h65 virtual bool needsThunk(RelExpr expr, RelType relocType,
H A DRelocations.cpp2147 if (!target->needsThunk(rel.expr, rel.type, isec->file, src, in createThunks()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC.cpp45 bool needsThunk(RelExpr expr, RelType relocType, const InputFile *file,
199 bool PPC::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC
H A DARM.cpp38 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
294 bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in ARM
H A DMips.cpp36 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
358 bool MIPS<ELFT>::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in MIPS
H A DAArch64.cpp41 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
255 bool AArch64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in AArch64
H A DPPC64.cpp376 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
1370 bool PPC64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC64