Home
last modified time | relevance | path

Searched refs:ThunkCreator (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h171 class ThunkCreator {
174 ThunkCreator(Ctx &ctx);
175 ~ThunkCreator();
H A DRelocations.cpp2011 ThunkCreator::ThunkCreator(Ctx &ctx) : ctx(ctx) {} in ThunkCreator() function in ThunkCreator
2013 ThunkCreator::~ThunkCreator() {} in ~ThunkCreator()
2106 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()
2184 ThunkSection *ThunkCreator::getISDThunkSec(OutputSection *os, in getISDThunkSec()
2219 ThunkSection *ThunkCreator::getISThunkSec(InputSection *isec) { in getISThunkSec()
2262 void ThunkCreator::createInitialThunkSections( in createInitialThunkSections()
2295 ThunkSection *ThunkCreator::addThunkSection(OutputSection *os, in addThunkSection()
2344 std::pair<Thunk *, bool> ThunkCreator::getThunk(InputSection *isec, in getThunk()
2379 std::pair<Thunk *, bool> ThunkCreator::getSyntheticLandingPad(Defined &d, in getSyntheticLandingPad()
2392 bool ThunkCreator::normalizeExistingThunk(Relocation &rel, uint64_t src) { in normalizeExistingThunk()
[all …]
H A DWriter.cpp88 ThunkCreator tc;