| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ArrayRef.h | 322 /*implicit*/ MutableArrayRef() = default; 342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function 378 return MutableArrayRef<T>(this->data() + N, M); in slice() 382 MutableArrayRef<T> slice(size_t N) const { in slice() 387 MutableArrayRef<T> drop_front(size_t N = 1) const { 392 MutableArrayRef<T> drop_back(size_t N = 1) const { 419 MutableArrayRef<T> take_back(size_t N = 1) const { 463 this->MutableArrayRef<T>::operator=(Other); 464 Other.MutableArrayRef<T>::operator=(MutableArrayRef<T>()); 534 MutableArrayRef<T> makeMutableArrayRef(T &OneElt) { in makeMutableArrayRef() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 218 MutableArrayRef<unsigned> UsedPhysRegs); 223 MutableArrayRef<unsigned> FreedPhysRegs); 255 void addRegisterWrite(WriteRef Write, MutableArrayRef<unsigned> UsedPhysRegs); 265 MutableArrayRef<unsigned> FreedPhysRegs); 278 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes, 279 MutableArrayRef<ReadState> Reads);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 213 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() 214 return MutableArrayRef<Expr *>( in getVarRefs() 849 MutableArrayRef<Expr *> getSizesRefs() { in getSizesRefs() 2520 MutableArrayRef<Expr *> getInits() { in getInits() 3812 MutableArrayRef<Expr *> getInits() { in getInits() 3820 MutableArrayRef<Expr *> getUpdates() { in getUpdates() 3828 MutableArrayRef<Expr *> getFinals() { in getFinals() 5085 return MutableArrayRef<ValueDecl *>( in getUniqueDeclsRef() 5110 return MutableArrayRef<unsigned>( in getDeclNumListsRef() 5134 return MutableArrayRef<unsigned>( in getComponentListSizesRef() [all …]
|
| H A D | DeclOpenMP.h | 35 MutableArrayRef<OMPClause *> getClauses() { in getClauses() 124 MutableArrayRef<Expr *> getVars() { in getVars() 138 typedef MutableArrayRef<Expr *>::iterator varlist_iterator; 324 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator; 433 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator; 487 MutableArrayRef<Expr *> getVars() { in getVars() 501 typedef MutableArrayRef<Expr *>::iterator varlist_iterator; 505 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Ownership.h | 272 using MultiExprArg = MutableArrayRef<Expr *>; 273 using MultiStmtArg = MutableArrayRef<Stmt *>; 274 using ASTTemplateArgsPtr = MutableArrayRef<ParsedTemplateArgument>; 275 using MultiTypeArg = MutableArrayRef<ParsedType>; 276 using MultiTemplateParamsArg = MutableArrayRef<TemplateParameterList *>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.h | 44 MutableArrayRef<CounterMappingRegion> MappingRegions; 49 MutableArrayRef<CounterMappingRegion> MappingRegions) in CoverageMappingWriter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 92 MutableBinaryByteStream(MutableArrayRef<uint8_t> Data, in MutableBinaryByteStream() 126 MutableArrayRef<uint8_t> data() const { return Data; } in data() 129 MutableArrayRef<uint8_t> Data; 200 MutableArrayRef<uint8_t> data() { return Data; } in data() 212 MutableArrayRef<uint8_t>(Buffer->getBufferStart(), in StreamImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataBuffer.h | 77 llvm::MutableArrayRef<uint8_t> GetData() { in GetData() 78 return llvm::MutableArrayRef<uint8_t>(GetBytes(), GetByteSize()); in GetData()
|
| H A D | StringExtractor.h | 87 size_t GetHexBytes(llvm::MutableArrayRef<uint8_t> dest, 90 size_t GetHexBytesAvail(llvm::MutableArrayRef<uint8_t> dest);
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.h | 72 void remapRecord(MutableArrayRef<uint8_t> rec, 97 bool remapTypesInSymbolRecord(MutableArrayRef<uint8_t> rec); 99 void remapTypesInTypeRecord(MutableArrayRef<uint8_t> rec);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumptionCache.h | 146 MutableArrayRef<ResultElem> assumptions() { in assumptions() 153 MutableArrayRef<ResultElem> assumptionsFor(const Value *V) { in assumptionsFor() 159 return MutableArrayRef<ResultElem>(); in assumptionsFor()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 72 llvm::MutableArrayRef<uint8_t> mutable_data(uint8_t *context_base) const { in mutable_data() 73 return llvm::MutableArrayRef<uint8_t>(context_base + byte_offset, in mutable_data()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LLVM.h | 35 template<typename T> class MutableArrayRef; variable 68 using llvm::MutableArrayRef;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 48 const MCValue &Target, MutableArrayRef<char> Data, 97 MutableArrayRef<char> Data, in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.h | 41 MutableArrayRef<CalleeSavedInfo> CSI, 87 MutableArrayRef<CalleeSavedInfo> CSI, unsigned LdmOpc,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | WholeProgramDevirt.h | 29 template <typename T> class MutableArrayRef; variable 210 void setBeforeReturnValues(MutableArrayRef<VirtualCallTarget> Targets, 217 void setAfterReturnValues(MutableArrayRef<VirtualCallTarget> Targets,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFAsmBackend.cpp | 30 const MCValue &Target, MutableArrayRef<char> Data, 63 MutableArrayRef<char> Data, uint64_t Value, in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | IntelPTDecoder.cpp | 181 MutableArrayRef<uint8_t> buffer) { in DecodeInMemoryTrace() 221 MutableArrayRef<uint8_t> trace_data( in DecodeTraceFile() 239 MutableArrayRef<uint8_t>(*buffer)); in DecodeLiveThread()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiAsmBackend.cpp | 52 const MCValue &Target, MutableArrayRef<char> Data, 87 MutableArrayRef<char> Data, uint64_t Value, in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | LLVM.h | 33 template <typename T> class MutableArrayRef; variable 74 using llvm::MutableArrayRef;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 41 const MCValue &Target, MutableArrayRef<char> Data, 127 MutableArrayRef<char> Data, in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 116 MutableArrayRef<AsmToken> Buf(Tok); 126 virtual size_t peekTokens(MutableArrayRef<AsmToken> Buf,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 190 Block(Section &Parent, MutableArrayRef<char> Content, in Block() 246 MutableArrayRef<char> getMutableContent(LinkGraph &G); 253 MutableArrayRef<char> getAlreadyMutableContent() { in getAlreadyMutableContent() 255 return MutableArrayRef<char>(const_cast<char *>(Data), Size); in getAlreadyMutableContent() 262 void setMutableContent(MutableArrayRef<char> MutableContent) { in setMutableContent() 936 MutableArrayRef<char> allocateBuffer(size_t Size) { in allocateBuffer() 943 MutableArrayRef<char> allocateContent(ArrayRef<char> Source) { in allocateContent() 946 return MutableArrayRef<char>(AllocatedBuffer, Source.size()); in allocateContent() 956 MutableArrayRef<char> allocateString(Twine Source) { in allocateString() 961 return MutableArrayRef<char>(AllocatedBuffer, SourceStr.size()); in allocateString() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_x86_64.cpp | 19 static llvm::MutableArrayRef<uint8_t> getDestRegister(uint8_t *context, in getDestRegister() 43 llvm::MutableArrayRef<uint8_t> reg_dest = getDestRegister(context, reg); in writeRegister()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 84 Error readBytes(uint32_t Offset, MutableArrayRef<uint8_t> Buffer); 92 using CacheEntry = MutableArrayRef<uint8_t>;
|