Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h177 bool createThunks(uint32_t pass, ArrayRef<OutputSection *> outputSections);
H A DRelocations.cpp2454 bool ThunkCreator::createThunks(uint32_t pass, in createThunks() function in ThunkCreator
H A DWriter.cpp1534 ? tc.createThunks(pass, ctx.outputSections) in finalizeAddressDependentContent()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp229 bool createThunks(OutputSection *os, int margin);
481 bool Writer::createThunks(OutputSection *os, int margin) { in createThunks() function in Writer
712 addressesChanged |= createThunks(sec, margin); in finalizeAddresses()