Searched refs:BTFEnum (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h140 /// BTF_KIND_ENUM is followed by multiple "struct BTFEnum".
143 struct BTFEnum { struct
H A DBTFDebug.cpp171 struct BTF::BTFEnum BTFEnum; local
172 BTFEnum.NameOff = BDebug.addString(Enum->getName());
174 BTFEnum.Val = static_cast<uint32_t>(Enum->getValue());
175 EnumValues.push_back(BTFEnum);
H A DBTFDebug.h95 std::vector<struct BTF::BTFEnum> EnumValues;

Completed in 53 milliseconds