Home
last modified time | relevance | path

Searched defs:BTFEnum (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTF.h143 struct BTFEnum { struct
144 uint32_t NameOff; ///< Enum name offset in the string table
145 int32_t Val; ///< Enum member value
H A DBTFDebug.cpp172 struct BTF::BTFEnum BTFEnum; in completeType() local