This is an alternative implementation for
https://reviews.llvm.org/D53736.
The patch D53736 implemented BTF generation
functionality at lib/CodeGen/AsmPrinter directory.
This patch provided an implementation which
has the same functionality to D53736, but
implemented at lib/Target/BTF directory.
Signed-off-by: Yonghong Song <yhs@fb.com>