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.cpp39 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase
104 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived
125 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd
162 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt
199 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum
238 void BTFTypeEnum64::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum64
272 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray
314 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct
365 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto
389 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc
[all …]