Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp34 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase
90 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived
111 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd
148 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt
179 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum
210 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray
252 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct
303 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto
327 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc
341 void BTFKindVar::emitType(MCStreamer &OS) { in emitType() function in BTFKindVar
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBTFDebug.cpp37 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase
102 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived
123 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd
160 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt
197 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum
236 void BTFTypeEnum64::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum64
270 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray
312 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct
363 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto
387 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc
[all …]
/external/go-cmp/cmp/
Dreport_compare.go28 emitType typeMode = iota const
/external/angle/src/compiler/translator/wgsl/
DTranslatorWGSL.cpp526 void OutputWGSLTraverser::emitType(const TType &type) in emitType() function in sh::__anone6e40ed90111::OutputWGSLTraverser
/external/angle/src/compiler/translator/msl/
DEmitMetal.cpp1031 void GenMetalTraverser::emitType(const TType &type, const EmitTypeConfig &etConfig) in emitType() function in GenMetalTraverser