Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h143 bool createThunks(uint32_t pass, ArrayRef<OutputSection *> outputSections);
H A DRelocations.cpp2122 bool ThunkCreator::createThunks(uint32_t pass, in createThunks() function in ThunkCreator
H A DWriter.cpp1651 bool changed = target->needsThunks ? tc.createThunks(pass, outputSections) in finalizeAddressDependentContent()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp414 static bool createThunks(OutputSection *os, int margin) { in createThunks() function
587 addressesChanged |= createThunks(sec, margin); in finalizeAddresses()