Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.h140 bool createThunks(ArrayRef<OutputSection *> outputSections);
H A DRelocations.cpp2039 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { in createThunks() function in ThunkCreator
H A DWriter.cpp1736 bool changed = target->needsThunks && tc.createThunks(outputSections); in finalizeAddressDependentContent()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp421 static bool createThunks(OutputSection *os, int margin) { in createThunks() function
594 addressesChanged |= createThunks(sec, margin); in finalizeAddresses()