Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h222 bool armHasBlx = false; member
H A DThunks.cpp618 if (!config->armHasBlx && rel.type == R_ARM_THM_CALL) in isCompatibleWith()
662 if (!config->armHasBlx && rel.type == R_ARM_CALL) in isCompatibleWith()
1375 if (config->armHasBlx) in addThunkArm()
H A DInputFiles.cpp174 config->armHasBlx = true; in updateSupportedARMFeatures()
181 config->armHasBlx = true; in updateSupportedARMFeatures()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp410 (!config->armHasBlx && (s.getVA() & 1)); in needsThunk()
423 (!config->armHasBlx && (s.getVA() & 1) == 0);; in needsThunk()