Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.h161 bool normalizeExistingThunk(Relocation &rel, uint64_t src);
H A DRelocations.cpp2140 bool ThunkCreator::normalizeExistingThunk(Relocation &rel, uint64_t src) { in normalizeExistingThunk() function in ThunkCreator
2199 if (pass > 0 && normalizeExistingThunk(rel, src)) in createThunks()