Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp318 (!config->armHasBlx && (s.getVA() & 1)); in needsThunk()
330 (!config->armHasBlx && (s.getVA() & 1) == 0);; in needsThunk()
/openbsd/gnu/llvm/lld/ELF/
H A DConfig.h191 bool armHasBlx = false; member
H A DThunks.cpp567 if (!config->armHasBlx && rel.type == R_ARM_THM_CALL) in isCompatibleWith()
613 if (!config->armHasBlx && rel.type == R_ARM_CALL) in isCompatibleWith()
1332 if (config->armHasBlx) in addThunkArm()
H A DInputFiles.cpp180 config->armHasBlx = true; in updateSupportedARMFeatures()
187 config->armHasBlx = true; in updateSupportedARMFeatures()