Searched defs:needsThunk (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/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, in needsThunk() function in MIPS
|
H A D | PPC.cpp | 198 bool PPC::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC
|
H A D | AArch64.cpp | 371 bool AArch64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in AArch64
|
H A D | ARM.cpp | 384 bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in ARM
|
H A D | PPC64.cpp | 1425 bool PPC64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in PPC64
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 136 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() function in TargetInfo
|