Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h59 virtual void emitType(MCStreamer &OS);
73 void emitType(MCStreamer &OS) override;
84 void emitType(MCStreamer &OS) override;
97 void emitType(MCStreamer &OS) override;
111 void emitType(MCStreamer &OS) override;
122 void emitType(MCStreamer &OS) override;
138 void emitType(MCStreamer &OS) override;
155 void emitType(MCStreamer &OS) override;
166 void emitType(MCStreamer &OS) override;
178 void emitType(MCStreamer &OS) override;
[all …]
H A DBTFDebug.cpp101 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived
122 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd
160 BTFTypeBase::emitType(OS); in emitType()
197 BTFTypeBase::emitType(OS); in emitType()
236 BTFTypeBase::emitType(OS); in emitType()
270 BTFTypeBase::emitType(OS); in emitType()
312 BTFTypeBase::emitType(OS); in emitType()
363 BTFTypeBase::emitType(OS); in emitType()
386 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc
401 BTFTypeBase::emitType(OS); in emitType()
[all …]
/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp81 LogicalResult emitType(Location loc, Type type);
395 if (failed(emitter.emitType(op.getLoc(), op.getResult(0).getType()))) in printOperation()
433 if (failed(emitter.emitType(forOp.getLoc(), std::get<0>(pair).getType()))) in printOperation()
615 if (failed(emitter.emitType(functionOp.getLoc(), arg.getType()))) in printOperation()
824 return emitType(loc, type.getValue()); in emitAttribute()
880 if (failed(emitType(result.getOwner()->getLoc(), result.getType()))) in emitVariableDeclaration()
959 LogicalResult CppEmitter::emitType(Location loc, Type type) { in emitType() function in CppEmitter
994 if (failed(emitType(loc, tType.getElementType()))) in emitType()
1011 if (failed(emitType(loc, pType.getPointee()))) in emitType()
1025 return emitType(loc, types.front()); in emitTypes()
[all …]