Searched defs:emitType (Results 1 – 5 of 5) sorted by relevance
34 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase90 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived111 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd148 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt179 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum210 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray252 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct303 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto327 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc341 void BTFKindVar::emitType(MCStreamer &OS) { in emitType() function in BTFKindVar[all …]
28 emitType typeMode = iota const
615 public void emitType(com.sun.javadoc.Type type) { in emitType() method in RootDocToXML
1725 public void emitType(String type) { in emitType() method in HTMLReportGenerator
1005 void GenMetalTraverser::emitType(const TType &type, const EmitTypeConfig &etConfig) in emitType() function in GenMetalTraverser