If F is a Thumb function symbol, and G = F + const, and G is a
function symbol, then G is Thumb. Because what else could it be?
This is how ControlFlowIntegrity emits jump tables - a function with inline asm that's a bunch of jump instructions, and a set of aliases inside that function. If a function is thumb, we want the aliases to be thumb as well.