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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.h156 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
H A DRelocations.cpp1858 std::pair<Thunk *, bool> ThunkCreator::getThunk(InputSection *isec, function in class:ThunkCreator
1961 std::tie(t, isNew) = getThunk(isec, rel, src);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp380 getThunk(DenseMap<uint64_t, Defined *> &lastThunks, Defined *target, uint64_t p, function
456 std::tie(thunk, wasNew) = getThunk(lastThunks, sym, p, rel.Type, margin);

Completed in 81 milliseconds