Searched refs:emitType (Results 1 – 8 of 8) sorted by relevance
53 virtual void emitType(MCStreamer &OS);65 void emitType(MCStreamer &OS);76 void emitType(MCStreamer &OS);89 void emitType(MCStreamer &OS);103 void emitType(MCStreamer &OS);114 void emitType(MCStreamer &OS);130 void emitType(MCStreamer &OS);147 void emitType(MCStreamer &OS);158 void emitType(MCStreamer &OS);170 void emitType(MCStreamer &OS);[all …]
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 BTFTypeInt149 BTFTypeBase::emitType(OS); in emitType()179 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum180 BTFTypeBase::emitType(OS); in emitType()210 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray211 BTFTypeBase::emitType(OS); in emitType()252 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct[all …]
59 virtual void emitType(MCStreamer &OS);71 void emitType(MCStreamer &OS) override;82 void emitType(MCStreamer &OS) override;95 void emitType(MCStreamer &OS) override;109 void emitType(MCStreamer &OS) override;120 void emitType(MCStreamer &OS) override;136 void emitType(MCStreamer &OS) override;153 void emitType(MCStreamer &OS) override;164 void emitType(MCStreamer &OS) override;176 void emitType(MCStreamer &OS) override;[all …]
35 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase91 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived112 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd149 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt150 BTFTypeBase::emitType(OS); in emitType()185 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum186 BTFTypeBase::emitType(OS); in emitType()216 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray217 BTFTypeBase::emitType(OS); in emitType()258 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct[all …]
490 emitType(params[j].type()); in processConstructors()519 emitType(cd[i]); in processExceptions()547 emitType(retType); in processMethods()560 emitType(params[j].type()); in processMethods()588 emitType(fd[i].type()); in processFields()614 public void emitType(com.sun.javadoc.Type type) { in emitType() method in RootDocToXML
1274 emitType(shortReturnType); in writeMethodTableEntry()1305 emitType(shortReturnType); in writeMethodTableEntry()1435 emitType(shortFieldType); in writeFieldTableEntry()1460 emitType(shortFieldType); in writeFieldTableEntry()1575 emitType(shortOldType); in emitChanges()1577 emitType(shortNewType); in emitChanges()1598 emitType(shortOldSignature); in emitChanges()1602 emitType(shortNewSignature); in emitChanges()1725 public void emitType(String type) { in emitType() method in HTMLReportGenerator
142 void emitType(const TType &type, const EmitTypeConfig &etConfig);917 void GenMetalTraverser::emitType(const TType &type, const EmitTypeConfig &etConfig) in emitType() function in GenMetalTraverser1260 emitType(type, etConfig); in emitOrdinaryVariableDeclaration()1387 emitType(type, config); in emitConstantUnion()1408 emitType(type, config); in emitConstantUnion()1756 emitType(returnType, EmitTypeConfig()); in emitFunctionReturn()1942 emitType(retType, etConfig); in visitAggregate()1947 emitType(retType, etConfig); in visitAggregate()1952 emitType(retType, etConfig); in visitAggregate()
1763 auto emitType = in genTypeInterfaceMethods() local1782 emitType(types[0]) << ";\n"; in genTypeInterfaceMethods()