Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp205 unsigned ThumbBit = 0; in RecordARMScatteredHalfRelocation() local
223 ThumbBit = 1; in RecordARMScatteredHalfRelocation()
235 (ThumbBit << 29) | in RecordARMScatteredHalfRelocation()
246 (ThumbBit << 29) | in RecordARMScatteredHalfRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch32.cpp211 static constexpr uint64_t ThumbBit = 0x01; in getRawOffset() local
212 return Sym.getValue() & ~ThumbBit; in getRawOffset()