Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h124 bool createThunks(ArrayRef<OutputSection *> outputSections);
HDRelocations.cpp1897 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { in createThunks() function in lld::elf::ThunkCreator
HDWriter.cpp1576 bool changed = target->needsThunks && tc.createThunks(outputSections); in finalizeAddressDependentContent()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDWriter.cpp401 static bool createThunks(OutputSection *os, int margin) { in createThunks() function
574 addressesChanged |= createThunks(sec, margin); in finalizeAddresses()