Searched refs:getThunk (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Relocations.h | 156 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
|
| H A D | Relocations.cpp | 2045 std::pair<Thunk *, bool> ThunkCreator::getThunk(InputSection *isec, in getThunk() function in ThunkCreator 2153 std::tie(t, isNew) = getThunk(isec, rel, src); in createThunks()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Writer.cpp | 382 getThunk(DenseMap<uint64_t, Defined *> &lastThunks, Defined *target, uint64_t p, in getThunk() function 458 std::tie(thunk, wasNew) = getThunk(lastThunks, sym, p, rel.Type, margin); in createThunks()
|