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/go-cmp/cmp/
Dreport_compare.go28 emitType typeMode = iota const
/external/jdiff/src/jdiff/
DRootDocToXML.java615 public void emitType(com.sun.javadoc.Type type) { in emitType() method in RootDocToXML
DHTMLReportGenerator.java1725 public void emitType(String type) { in emitType() method in HTMLReportGenerator
/external/angle/src/compiler/translator/msl/
DEmitMetal.cpp1005 void GenMetalTraverser::emitType(const TType &type, const EmitTypeConfig &etConfig) in emitType() function in GenMetalTraverser