Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAArch64.cpp42 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 DARM.cpp41 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 DPPC64.cpp114 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 DMips.cpp40 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 DTarget.cpp132 bool TargetInfo::needsThunk(RelExpr Expr, RelType Type, const InputFile *File, in needsThunk() function in TargetInfo
H A DTarget.h57 virtual bool needsThunk(RelExpr Expr, RelType RelocType,
H A DRelocations.cpp1480 if (!Target->needsThunk(Rel.Expr, Rel.Type, IS->File, Src, in createThunks()