Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp35 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase
91 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived
112 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd
149 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt
185 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum
216 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray
258 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct
309 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto
333 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc
347 void BTFKindVar::emitType(MCStreamer &OS) { in emitType() function in BTFKindVar
[all …]