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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h55 virtual void emitType(MCStreamer &OS);
67 void emitType(MCStreamer &OS) override;
78 void emitType(MCStreamer &OS) override;
91 void emitType(MCStreamer &OS) override;
105 void emitType(MCStreamer &OS) override;
116 void emitType(MCStreamer &OS) override;
132 void emitType(MCStreamer &OS) override;
149 void emitType(MCStreamer &OS) override;
160 void emitType(MCStreamer &OS) override;
172 void emitType(MCStreame
[all...]
H A DBTFDebug.cpp34 void BTFTypeBase::emitType(MCStreamer &OS) { function in class:BTFTypeBase
90 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } function in class:BTFTypeDerived
111 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } function in class:BTFTypeFwd
148 void BTFTypeInt::emitType(MCStreamer &OS) { function in class:BTFTypeInt
149 BTFTypeBase::emitType(OS);
184 void BTFTypeEnum::emitType(MCStreamer &OS) { function in class:BTFTypeEnum
185 BTFTypeBase::emitType(OS);
215 void BTFTypeArray::emitType(MCStreame function in class:BTFTypeArray
257 void BTFTypeStruct::emitType(MCStreamer &OS) { function in class:BTFTypeStruct
308 void BTFTypeFuncProto::emitType(MCStreamer &OS) { function in class:BTFTypeFuncProto
332 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } function in class:BTFTypeFunc
346 void BTFKindVar::emitType(MCStreamer &OS) { function in class:BTFKindVar
363 void BTFKindDataSec::emitType(MCStreamer &OS) { function in class:BTFKindDataSec
[all...]

Completed in 184 milliseconds