Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.h53 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 …]
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
149 BTFTypeBase::emitType(OS); in emitType()
179 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum
180 BTFTypeBase::emitType(OS); in emitType()
210 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray
211 BTFTypeBase::emitType(OS); in emitType()
252 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct
[all …]
/external/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.h59 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 …]
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
150 BTFTypeBase::emitType(OS); in emitType()
185 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum
186 BTFTypeBase::emitType(OS); in emitType()
216 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray
217 BTFTypeBase::emitType(OS); in emitType()
258 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct
[all …]
/external/jdiff/src/jdiff/
DRootDocToXML.java490 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
DHTMLReportGenerator.java1274 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
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp142 void emitType(const TType &type, const EmitTypeConfig &etConfig);
917 void GenMetalTraverser::emitType(const TType &type, const EmitTypeConfig &etConfig) in emitType() function in GenMetalTraverser
1260 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()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1763 auto emitType = in genTypeInterfaceMethods() local
1782 emitType(types[0]) << ";\n"; in genTypeInterfaceMethods()