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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h162 class BTFKindVar : public BTFTypeBase { class in namespace:llvm
167 BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo);
H A DBTFDebug.cpp329 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) function in class:BTFKindVar
337 void BTFKindVar::completeType(BTFDebug &BDebug) {
341 void BTFKindVar::emitType(MCStreamer &OS) {
1148 std::make_unique<BTFKindVar>(Global.getName(), GVTypeId, GVarInfo);

Completed in 107 milliseconds