Lines Matching refs:getMayUseShortThunk

58   bool getMayUseShortThunk();
71 uint32_t size() override { return getMayUseShortThunk() ? 4 : 16; } in size()
81 uint32_t size() override { return getMayUseShortThunk() ? 4 : 12; } in size()
100 bool getMayUseShortThunk();
101 uint32_t size() override { return getMayUseShortThunk() ? 4 : sizeLong(); } in size()
132 bool getMayUseShortThunk();
133 uint32_t size() override { return getMayUseShortThunk() ? 4 : sizeLong(); } in size()
405 bool getMayUseShortThunk() { in getMayUseShortThunk() function in __anonbe364de40111::PPC64R2SaveStub
414 uint32_t size() override { return getMayUseShortThunk() ? 8 : 32; } in size()
514 bool AArch64Thunk::getMayUseShortThunk() { in getMayUseShortThunk() function in AArch64Thunk
524 if (!getMayUseShortThunk()) { in writeTo()
551 if (!getMayUseShortThunk()) in addSymbols()
588 bool ARMThunk::getMayUseShortThunk() { in getMayUseShortThunk() function in ARMThunk
603 if (!getMayUseShortThunk()) { in writeTo()
631 bool ThumbThunk::getMayUseShortThunk() { in getMayUseShortThunk() function in ThumbThunk
646 if (!getMayUseShortThunk()) { in writeTo()
757 if (!getMayUseShortThunk()) in addSymbols()
809 if (!getMayUseShortThunk()) in addSymbols()
823 if (!getMayUseShortThunk()) in addSymbols()
838 if (!getMayUseShortThunk()) in addSymbols()
855 if (!getMayUseShortThunk()) in addSymbols()
873 if (!getMayUseShortThunk()) in addSymbols()
891 if (!getMayUseShortThunk()) in addSymbols()
908 if (!getMayUseShortThunk()) in addSymbols()
928 if (!getMayUseShortThunk()) in addSymbols()
949 if (!getMayUseShortThunk()) in addSymbols()
1154 if (getMayUseShortThunk()) { in writeTo()