Home
last modified time | relevance | path

Searched refs:getThunk (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h156 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
H A DRelocations.cpp2045 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 DWriter.cpp382 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()