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