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.cpp118 bool add(llvm::Constant *C, CharUnits Offset, bool AllowOverwrite);
121 bool addBits(llvm::APInt Bits, uint64_t OffsetInBits, bool AllowOverwrite);
146 bool AllowOverwrite) { in add() argument
173 assert((FirstElemToReplace == LastElemToReplace || AllowOverwrite) && in add()
184 bool AllowOverwrite) { in addBits() argument
223 OffsetInChars, AllowOverwrite); in addBits()
263 assert((!(CI->getValue() & UpdateMask) || AllowOverwrite) && in addBits()
583 llvm::Constant *InitExpr, bool AllowOverwrite = false);
586 bool AllowOverwrite = false);
589 llvm::Constant *InitExpr, bool AllowOverwrite = false);
[all …]