1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/CodeGen/BPF/BTF
Yonghong Song 36b96dd940 [BPF] put not-section-attribute externs into BTF ".extern" data section
Currently for extern variables with section attribute, those
BTF_KIND_VARs will not be placed in any DataSec. This is
inconvenient as any other generated BTF_KIND_VAR belongs to
one DataSec. This patch put these extern variables into
".extern" section so bpf loader can have a consistent
processing mechanism for all data sections and variables.
2019-12-10 11:45:17 -08:00
..
array-1d-char.ll
array-1d-int.ll
array-2d-int.ll
array-size-0.ll
array-typedef.ll
binary-format.ll [BPF] Remove relocation for patchable externs 2019-10-10 15:33:09 +00:00
char-no-debuginfo.ll
char.ll
empty-btf.ll
enum-basic.ll
extern-global-var.ll
extern-var-func-weak-section.ll [BPF] Support to emit debugInfo for extern variables 2019-12-09 21:53:29 -08:00
extern-var-func-weak.ll [BPF] put not-section-attribute externs into BTF ".extern" data section 2019-12-10 11:45:17 -08:00
extern-var-func.ll [BPF] put not-section-attribute externs into BTF ".extern" data section 2019-12-10 11:45:17 -08:00
extern-var-section.ll [BPF] Support to emit debugInfo for extern variables 2019-12-09 21:53:29 -08:00
extern-var-struct-weak.ll [BPF] put not-section-attribute externs into BTF ".extern" data section 2019-12-10 11:45:17 -08:00
extern-var-struct.ll [BPF] put not-section-attribute externs into BTF ".extern" data section 2019-12-10 11:45:17 -08:00
extern-var-weak-section.ll [BPF] Support to emit debugInfo for extern variables 2019-12-09 21:53:29 -08:00
filename.ll [BPF] Remove relocation for patchable externs 2019-10-10 15:33:09 +00:00
func-func-ptr.ll [BPF] Remove relocation for patchable externs 2019-10-10 15:33:09 +00:00
func-non-void.ll [BPF] Remove relocation for patchable externs 2019-10-10 15:33:09 +00:00
func-source.ll [BPF] Remove relocation for patchable externs 2019-10-10 15:33:09 +00:00
func-typedef.ll [BPF] Remove relocation for patchable externs 2019-10-10 15:33:09 +00:00
func-unused-arg.ll [BPF] Remove relocation for patchable externs 2019-10-10 15:33:09 +00:00
func-void.ll [BPF] Remove relocation for patchable externs 2019-10-10 15:33:09 +00:00
fwd-no-define.ll
fwd-with-define.ll
global-var-inited.ll [BPF] generate BTF_KIND_VARs for all non-static globals 2019-11-12 14:34:08 -08:00
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-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 [BPF] Support weak global variables for BTF 2019-12-07 08:58:19 -08:00
weak-global.ll [BPF] Support weak global variables for BTF 2019-12-07 08:58:19 -08:00