Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp195 unsigned ThumbBit = 0; in recordARMScatteredHalfRelocation() local
213 ThumbBit = 1; in recordARMScatteredHalfRelocation()
225 (ThumbBit << 29) | in recordARMScatteredHalfRelocation()
236 (ThumbBit << 29) | in recordARMScatteredHalfRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch32.cpp214 static constexpr uint64_t ThumbBit = 0x01; in getRawOffset() local
216 return Sym.getValue() & ~ThumbBit; in getRawOffset()