Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h112 llvm::Constant *tryEmitAbstractForMemory(const Expr *E, QualType T);
115 llvm::Constant *tryEmitAbstractForMemory(const APValue &value, QualType T);
H A DCGExprConstant.cpp670 FillC = Emitter.tryEmitAbstractForMemory(Filler, ElemType); in EmitDesignatedInitUpdater()
1315 fillC = Emitter.tryEmitAbstractForMemory(filler, EltType); in EmitArrayInitialization()
1806 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory() function in ConstantEmitter
1813 ConstantEmitter::tryEmitAbstractForMemory(const APValue &value, in tryEmitAbstractForMemory() function in ConstantEmitter
2424 Filler = tryEmitAbstractForMemory(Value.getArrayFiller(), in tryEmitPrivate()