Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp50 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
106 bool AVR::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in AVR
H A DPPC.cpp45 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 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.cpp44 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
282 bool AArch64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in AArch64
H A DARM.cpp44 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
310 bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in ARM
H A DPPC64.cpp186 bool needsThunk(RelExpr expr, RelType type, const InputFile *file,
1425 bool PPC64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC64
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp135 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in TargetInfo
H A DTarget.h68 virtual bool needsThunk(RelExpr expr, RelType relocType,
H A DRelocations.cpp2244 if (!target->needsThunk(rel.expr, rel.type, isec->file, src, in createThunks()