Searched refs:NewData (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | vector.h | 86 T *NewData = reinterpret_cast<T *>( in reallocate() local 88 memcpy(NewData, Data, Size * sizeof(T)); in reallocate() 90 Data = NewData; in reallocate()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 129 void update(uint8_t *NewData, uint64_t NewSize, unsigned NewAlignment, in update() argument 136 OutputContents = StringRef(reinterpret_cast<const char *>(NewData), in update() 137 NewData ? NewSize : 0); in update()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 533 LLVM_DEBUG(uint32_t NewData = 0; in applyFixup() 534 for (unsigned i = 0; i < NumBytes; i++) NewData |= in applyFixup() 536 dbgs() << ": NInst=0x"; dbgs().write_hex(NewData) << "\n";); in applyFixup()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 258 auto *NewData = reinterpret_cast<char *>(copyByteArray(OS.str())); in reorderContents() local 259 Contents = OutputContents = StringRef(NewData, OS.str().size()); in reorderContents()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1174 SDValue NewData = DAG.getNode(ISD::SRL, DL, VT, Data, Bits); in finalizeTS1AM() local 1176 {NewData, DAG.getConstant(Byte ? 0xff : 0xffff, DL, VT)}); in finalizeTS1AM()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 23330 SmallVector<OMPUsesAllocatorsClause::Data, 4> NewData; in ActOnOpenMPUsesAllocatorClause() local 23421 OMPUsesAllocatorsClause::Data &NewD = NewData.emplace_back(); in ActOnOpenMPUsesAllocatorClause() 23428 NewData); in ActOnOpenMPUsesAllocatorClause()
|