1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/CodeGen/BPF/BTF
Yonghong Song 98ea601eca [BPF] extend BTF_KIND_FUNC to cover global, static and extern funcs
Previously extern function is added as BTF_KIND_VAR. This does not work
well with existing BTF infrastructure as function expected to use
BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO.

This patch added extern function to BTF_KIND_FUNC. The two bits 0:1
of btf_type.info are used to indicate what kind of function it is:
  0: static
  1: global
  2: extern

Differential Revision: https://reviews.llvm.org/D71638
2020-01-10 09:06:31 -08:00
..
array-1d-char.ll
array-1d-int.ll
array-2d-int.ll
array-size-0.ll
array-typedef.ll
binary-format.ll
char-no-debuginfo.ll
char.ll
empty-btf.ll
enum-basic.ll
extern-builtin.ll
extern-func-arg.ll
extern-global-var.ll
extern-var-func-weak-section.ll
extern-var-func-weak.ll
extern-var-func.ll
extern-var-section.ll
extern-var-struct-weak.ll
extern-var-struct.ll
extern-var-weak-section.ll
filename.ll
func-func-ptr.ll
func-non-void.ll
func-source.ll
func-typedef.ll
func-unused-arg.ll
func-void.ll
fwd-no-define.ll
fwd-with-define.ll
global-var-inited.ll
global-var-sec-readonly.ll
global-var-sec.ll
int.ll
local-var.ll
longlong.ll
map-def.ll
ptr-const-void.ll
ptr-func-1.ll
ptr-func-2.ll
ptr-func-3.ll
ptr-int.ll
ptr-prune-type.ll
ptr-void.ll
ptr-volatile-const-void.ll
ptr-volatile-void.ll
restrict-ptr.ll
short.ll
static-func.ll
static-var-derived-type.ll
static-var-inited-sec.ll
static-var-inited.ll
static-var-readonly-sec.ll
static-var-readonly.ll
static-var-sec.ll
static-var-zerolen-array.ll
static-var.ll
struct-anon.ll
struct-basic.ll
struct-bitfield-typedef.ll
struct-enum.ll
uchar.ll
uint.ll
ulonglong.ll
union-array-typedef.ll
ushort.ll
weak-global-2.ll
weak-global.ll