Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DThunks.cpp76 bool getMayUseShortThunk();
77 uint32_t size() override { return getMayUseShortThunk() ? 4 : sizeLong(); } in size()
108 bool getMayUseShortThunk();
109 uint32_t size() override { return getMayUseShortThunk() ? 4 : sizeLong(); } in size()
361 bool getMayUseShortThunk() { in getMayUseShortThunk() function in __anon4c30ee6a0111::PPC64R2SaveStub
370 uint32_t size() override { return getMayUseShortThunk() ? 8 : 32; } in size()
534 bool ARMThunk::getMayUseShortThunk() { in getMayUseShortThunk() function in ARMThunk
549 if (!getMayUseShortThunk()) { in writeTo()
580 bool ThumbThunk::getMayUseShortThunk() { in getMayUseShortThunk() function in ThumbThunk
595 if (!getMayUseShortThunk()) { in writeTo()
[all …]