Searched refs:HANDLE_BTF_KIND (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
| H A D | BTF.def | 13 #if !defined(HANDLE_BTF_KIND) 17 HANDLE_BTF_KIND(0, UNKN) 18 HANDLE_BTF_KIND(1, INT) 19 HANDLE_BTF_KIND(2, PTR) 20 HANDLE_BTF_KIND(3, ARRAY) 21 HANDLE_BTF_KIND(4, STRUCT) 22 HANDLE_BTF_KIND(5, UNION) 23 HANDLE_BTF_KIND(6, ENUM) 24 HANDLE_BTF_KIND(7, FWD) 25 HANDLE_BTF_KIND(8, TYPEDEF) [all …]
|
| H A D | BTF.h | 97 #define HANDLE_BTF_KIND(ID, NAME) BTF_KIND_##NAME = ID, macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 36 #define HANDLE_BTF_KIND(ID, NAME) "BTF_KIND_" #NAME, macro
|