Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h163 bool normalizeExistingThunk(Relocation &rel, uint64_t src);
DRelocations.cpp1927 bool ThunkCreator::normalizeExistingThunk(Relocation &rel, uint64_t src) { in normalizeExistingThunk() function in ThunkCreator
1985 if (pass > 0 && normalizeExistingThunk(rel, src)) in createThunks()