Searched defs:needsThunk (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | AVR.cpp | 106 bool AVR::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in AVR |
H A D | Mips.cpp | 358 bool MIPS<ELFT>::needsThunk(RelExpr expr, RelType type, const InputFile *file, needsThunk() function in MIPS |
H A D | PPC.cpp | 198 bool PPC::needsThunk(RelExpr expr, RelType type, const InputFile *file, needsThunk() function in PPC |
H A D | AArch64.cpp | 320 bool AArch64::needsThunk(RelExpr expr, RelType type, const InputFile *file, needsThunk() function in AArch64 |
H A D | ARM.cpp | 378 bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file, needsThunk() function in ARM |
H A D | PPC64.cpp | 1425 bool PPC64::needsThunk(RelExpr expr, RelType type, const InputFile *file, needsThunk() function in PPC64 |
/llvm-project/lld/ELF/ | ||
H A D | Target.cpp | 136 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, needsThunk() function in TargetInfo |