Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DThunks.cpp95 bool mayUseShortThunk = true; member in __anon4c30ee6a0111::ARMThunk
122 bool mayUseShortThunk = true; member in __anon4c30ee6a0111::ThumbThunk
362 if (!mayUseShortThunk) in getMayUseShortThunk()
365 mayUseShortThunk = false; in getMayUseShortThunk()
380 bool mayUseShortThunk = true; member in __anon4c30ee6a0111::PPC64R2SaveStub
535 if (!mayUseShortThunk) in getMayUseShortThunk()
539 mayUseShortThunk = false; in getMayUseShortThunk()
544 mayUseShortThunk = llvm::isInt<26>(offset); in getMayUseShortThunk()
545 return mayUseShortThunk; in getMayUseShortThunk()
581 if (!mayUseShortThunk || !config->armJ1J2BranchEncoding) in getMayUseShortThunk()
[all …]