Searched refs:needsThunk (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.cpp | 140 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in TargetInfo
|
| H A D | Target.h | 64 virtual bool needsThunk(RelExpr expr, RelType relocType,
|
| H A D | Relocations.cpp | 2062 if (!target->needsThunk(rel.expr, rel.type, isec->file, src, in createThunks()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC.cpp | 42 bool needsThunk(RelExpr expr, RelType relocType, const InputFile *file, 198 bool PPC::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC
|
| H A D | AArch64.cpp | 42 bool needsThunk(RelExpr expr, RelType type, const InputFile *file, 258 bool AArch64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in AArch64
|
| H A D | ARM.cpp | 40 bool needsThunk(RelExpr expr, RelType type, const InputFile *file, 280 bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in ARM
|
| H A D | Mips.cpp | 37 bool needsThunk(RelExpr expr, RelType type, const InputFile *file, 360 bool MIPS<ELFT>::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in MIPS
|
| H A D | PPC64.cpp | 381 bool needsThunk(RelExpr expr, RelType type, const InputFile *file, 1377 bool PPC64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC64
|