Searched defs:addBits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/ | ||
| HD | ASTWriter.h | 1023 void addBits(uint32_t Value, uint32_t BitsWidth) { in addBits() function |
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/ | ||
| HD | ASTWriterStmt.cpp | 64 void addBits(uint32_t Value, uint32_t BitsWidth) { in addBits() function in clang::ASTStmtWriter::PakedBitsWriter |
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ | ||
| HD | CGExprConstant.cpp | 183 bool ConstantAggregateBuilder::addBits(llvm::APInt Bits, uint64_t OffsetInBits, in addBits() function in __anon5445fa4b0111::ConstantAggregateBuilder |