Searched refs:getThunk (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 173 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
|
H A D | Relocations.cpp | 2218 std::pair<Thunk *, bool> ThunkCreator::getThunk(InputSection *isec, in getThunk() function in ThunkCreator 2326 std::tie(t, isNew) = getThunk(isec, rel, src); in createThunks()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 223 std::pair<Defined *, bool> getThunk(DenseMap<uint64_t, Defined *> &lastThunks, 426 Writer::getThunk(DenseMap<uint64_t, Defined *> &lastThunks, Defined *target, in getThunk() function in Writer 499 auto [thunk, wasNew] = getThunk(lastThunks, sym, p, rel.Type, margin); in createThunks()
|