Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h157 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
DRelocations.cpp1891 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/
DWriter.cpp389 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()