Searched refs:needsThunk (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 42 bool needsThunk(RelExpr Expr, RelType Type, const InputFile *File, 198 bool AArch64::needsThunk(RelExpr Expr, RelType Type, const InputFile *File, in needsThunk() function in AArch64
|
| H A D | ARM.cpp | 41 bool needsThunk(RelExpr Expr, RelType Type, const InputFile *File, 265 bool ARM::needsThunk(RelExpr Expr, RelType Type, const InputFile *File, in needsThunk() function in ARM
|
| H A D | PPC64.cpp | 114 bool needsThunk(RelExpr Expr, RelType Type, const InputFile *File, 744 bool PPC64::needsThunk(RelExpr Expr, RelType Type, const InputFile *File, in needsThunk() function in PPC64
|
| H A D | Mips.cpp | 40 bool needsThunk(RelExpr Expr, RelType Type, const InputFile *File, 342 bool MIPS<ELFT>::needsThunk(RelExpr Expr, RelType Type, const InputFile *File, in needsThunk() function in MIPS
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Target.cpp | 132 bool TargetInfo::needsThunk(RelExpr Expr, RelType Type, const InputFile *File, in needsThunk() function in TargetInfo
|
| H A D | Target.h | 57 virtual bool needsThunk(RelExpr Expr, RelType RelocType,
|
| H A D | Relocations.cpp | 1480 if (!Target->needsThunk(Rel.Expr, Rel.Type, IS->File, Src, in createThunks()
|