Home
last modified time | relevance | path

Searched refs:normalizeExistingThunk (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h162 bool normalizeExistingThunk(Relocation &rel, uint64_t src);
H A DRelocations.cpp2085 bool ThunkCreator::normalizeExistingThunk(Relocation &rel, uint64_t src) { in normalizeExistingThunk() function in ThunkCreator
2144 if (pass > 0 && normalizeExistingThunk(rel, src)) in createThunks()