Home
last modified time | relevance | path

Searched refs:BTFTypeBase (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h39 class BTFTypeBase {
47 BTFTypeBase() : IsCompleted(false) {} in BTFTypeBase() function
48 virtual ~BTFTypeBase() = default;
64 class BTFTypeDerived : public BTFTypeBase {
78 class BTFTypeFwd : public BTFTypeBase {
88 class BTFTypeInt : public BTFTypeBase {
101 class BTFTypeEnum : public BTFTypeBase {
115 class BTFTypeArray : public BTFTypeBase {
126 class BTFTypeStruct : public BTFTypeBase {
159 class BTFTypeFunc : public BTFTypeBase {
[all …]
H A DBTFDebug.cpp38 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType()
162 BTFTypeBase::emitType(OS); in emitType()
199 BTFTypeBase::emitType(OS); in emitType()
238 BTFTypeBase::emitType(OS); in emitType()
272 BTFTypeBase::emitType(OS); in emitType()
314 BTFTypeBase::emitType(OS); in emitType()
365 BTFTypeBase::emitType(OS); in emitType()
403 BTFTypeBase::emitType(OS); in emitType()
420 BTFTypeBase::emitType(OS); in emitType()
462 BTFTypeBase::emitType(OS); in emitType()
[all …]