Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp36 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType()
160 BTFTypeBase::emitType(OS); in emitType()
197 BTFTypeBase::emitType(OS); in emitType()
236 BTFTypeBase::emitType(OS); in emitType()
270 BTFTypeBase::emitType(OS); in emitType()
312 BTFTypeBase::emitType(OS); in emitType()
363 BTFTypeBase::emitType(OS); in emitType()
401 BTFTypeBase::emitType(OS); in emitType()
418 BTFTypeBase::emitType(OS); in emitType()
460 BTFTypeBase::emitType(OS); in emitType()
[all …]