Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h139 bool createThunks(ArrayRef<OutputSection *> outputSections);
DRelocations.cpp1965 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { in createThunks() function in ThunkCreator
DWriter.cpp1719 bool changed = target->needsThunks && tc.createThunks(outputSections); in finalizeAddressDependentContent()
/external/llvm-project/lld/COFF/
DWriter.cpp421 static bool createThunks(OutputSection *os, int margin) { in createThunks() function
594 addressesChanged |= createThunks(sec, margin); in finalizeAddresses()