Searched refs:BTFKindVar (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h164 class BTFKindVar : public BTFTypeBase { class in namespace:llvm
169 BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo);
H A DBTFDebug.cpp334 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) function in class:BTFKindVar
342 void BTFKindVar::completeType(BTFDebug &BDebug) {
346 void BTFKindVar::emitType(MCStreamer &OS) {
1168 std::make_unique<BTFKindVar>(Global.getName(), GVTypeId, GVarInfo);

Completed in 111 milliseconds