Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1969 class ConstantLValueEmitter : public ConstStmtVisitor<ConstantLValueEmitter, class
1981 ConstantLValueEmitter(ConstantEmitter &emitter, const APValue &value, in ConstantLValueEmitter() function in __anon9d6f04f10b11::ConstantLValueEmitter
2036 llvm::Constant *ConstantLValueEmitter::tryEmit() { in tryEmit()
2078 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
2099 ConstantLValueEmitter::tryEmitBase(const APValue::LValueBase &base) { in tryEmitBase()
2166 ConstantLValueEmitter::VisitConstantExpr(const ConstantExpr *E) { in VisitConstantExpr()
2173 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
2180 ConstantLValueEmitter::VisitStringLiteral(const StringLiteral *E) { in VisitStringLiteral()
2185 ConstantLValueEmitter::VisitObjCEncodeExpr(const ObjCEncodeExpr *E) { in VisitObjCEncodeExpr()
2197 ConstantLValueEmitter::VisitObjCStringLiteral(const ObjCStringLiteral *E) { in VisitObjCStringLiteral()
[all …]