Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DConstantEmitter.h109 llvm::Constant *tryEmitAbstractForMemory(const Expr *E, QualType T);
112 llvm::Constant *tryEmitAbstractForMemory(const APValue &value, QualType T);
H A DCGExprConstant.cpp920 fillC = Emitter.tryEmitAbstractForMemory(filler, EltType); in EmitArrayInitialization()
998 fillC = Emitter.tryEmitAbstractForMemory(filler, destElemType); in EmitDesignatedInitUpdater()
1488 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory() function in ConstantEmitter
1495 ConstantEmitter::tryEmitAbstractForMemory(const APValue &value, in tryEmitAbstractForMemory() function in ConstantEmitter
1957 Filler = tryEmitAbstractForMemory(Value.getArrayFiller(), in tryEmitPrivate()