Searched refs:createThunks (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.h138 bool createThunks(ArrayRef<OutputSection *> outputSections);
140 // The number of completed passes of createThunks this permits us
H A DRelocations.cpp1919 // (relocation target) will not be modified outside of createThunks().
1924 // available to createThunks() on entry have been redirected to a Thunk. Note
1928 // If return value is false then no more Thunks are needed, and createThunks has
1932 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { function in class:ThunkCreator
H A DWriter.cpp1697 bool changed = target->needsThunks && tc.createThunks(outputSections);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp412 static bool createThunks(OutputSection *os, int margin) { function
585 addressesChanged |= createThunks(sec, margin);

Completed in 66 milliseconds