Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.h142 bool createThunks(uint32_t pass, ArrayRef<OutputSection *> outputSections);
H A DRelocations.cpp2177 bool ThunkCreator::createThunks(uint32_t pass, in createThunks() function in ThunkCreator
H A DWriter.cpp1643 bool changed = target->needsThunks ? tc.createThunks(pass, outputSections) in finalizeAddressDependentContent()
/openbsd/gnu/llvm/lld/COFF/
H A DWriter.cpp220 bool createThunks(OutputSection *os, int margin);
431 bool Writer::createThunks(OutputSection *os, int margin) { in createThunks() function in Writer
601 addressesChanged |= createThunks(sec, margin); in finalizeAddresses()