Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A 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()
302 bool getMayUseShortThunk() { in getMayUseShortThunk() function in __anon6eeae29e0111::PPC64R2SaveStub
311 uint32_t size() override { return getMayUseShortThunk() ? 8 : 32; } in size()
475 bool ARMThunk::getMayUseShortThunk() { in getMayUseShortThunk() function in ARMThunk
490 if (!getMayUseShortThunk()) { in writeTo()
513 bool ThumbThunk::getMayUseShortThunk() { in getMayUseShortThunk() function in ThumbThunk
528 if (!getMayUseShortThunk()) { in writeTo()
[all …]