Searched refs:createThunks (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1576 bool changed = target->needsThunks && tc.createThunks(outputSections);
H A DRelocations.h124 bool createThunks(ArrayRef<OutputSection *> outputSections);
126 // The number of completed passes of createThunks this permits us
H A DRelocations.cpp1884 // (relocation target) will not be modified outside of createThunks().
1889 // available to createThunks() on entry have been redirected to a Thunk. Note
1893 // If return value is false then no more Thunks are needed, and createThunks has
1897 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { function in class:lld::elf::ThunkCreator
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp401 static bool createThunks(OutputSection *os, int margin) { function in namespace:lld::coff
574 addressesChanged |= createThunks(sec, margin);

Completed in 102 milliseconds