Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp70 bool mayUseShortThunk = true; member in __anon1c3bcd6e0111::AArch64Thunk
136 bool mayUseShortThunk = true; member in __anon1c3bcd6e0111::AArch64BTILandingPadThunk
170 bool mayUseShortThunk = true; member in __anon1c3bcd6e0111::ARMThunk
200 bool mayUseShortThunk = true; member in __anon1c3bcd6e0111::ThumbThunk
527 if (!mayUseShortThunk) in getMayUseShortThunk()
530 mayUseShortThunk = false; in getMayUseShortThunk()
545 bool mayUseShortThunk = true; member in __anon1c3bcd6e0111::PPC64R2SaveStub
639 if (!mayUseShortThunk) in getMayUseShortThunk()
643 mayUseShortThunk = llvm::isInt<28>(s - p); in getMayUseShortThunk()
644 if (!mayUseShortThunk) in getMayUseShortThunk()
[all …]