Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp125 bool add(llvm::Constant *C, CharUnits Offset, bool AllowOverwrite);
128 bool addBits(llvm::APInt Bits, uint64_t OffsetInBits, bool AllowOverwrite);
153 bool AllowOverwrite) { in add() argument
180 assert((FirstElemToReplace == LastElemToReplace || AllowOverwrite) && in add()
191 bool AllowOverwrite) { in addBits() argument
230 OffsetInChars, AllowOverwrite); in addBits()
270 assert((!(CI->getValue() & UpdateMask) || AllowOverwrite) && in addBits()
590 llvm::Constant *InitExpr, bool AllowOverwrite = false);
593 bool AllowOverwrite = false);
596 llvm::Constant *InitExpr, bool AllowOverwrite = false);
[all …]