Home
last modified time | relevance | path

Searched defs:emitType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp50 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase
132 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived
153 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd
190 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt
227 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum
266 void BTFTypeEnum64::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum64
300 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray
380 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct
431 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto
455 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc
[all …]