| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AVR.cpp | 49 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 D | Hexagon.cpp | 40 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 D | PPC.cpp | 43 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 D | Mips.cpp | 34 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 D | AArch64.cpp | 76 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 D | PPC64.cpp | 184 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 D | ARM.cpp | 43 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 D | Target.cpp | 127 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in TargetInfo
|
| H A D | Target.h | 69 virtual bool needsThunk(RelExpr expr, RelType relocType,
|
| H A D | Relocations.cpp | 2482 if (!ctx.target->needsThunk(rel.expr, rel.type, isec->file, src, in createThunks()
|