Home
last modified time | relevance | path

Searched refs:MutableArrayRef (Results 1 – 25 of 225) sorted by relevance

123456789

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h322 /*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 DRegisterFile.h218 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 DOpenMPClause.h213 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 DDeclOpenMP.h35 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 DOwnership.h272 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 DCoverageMappingWriter.h44 MutableArrayRef<CounterMappingRegion> MappingRegions;
49 MutableArrayRef<CounterMappingRegion> MappingRegions) in CoverageMappingWriter()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h92 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 DDataBuffer.h77 llvm::MutableArrayRef<uint8_t> GetData() { in GetData()
78 return llvm::MutableArrayRef<uint8_t>(GetBytes(), GetByteSize()); in GetData()
H A DStringExtractor.h87 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 DDebugTypes.h72 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 DAssumptionCache.h146 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 Dlldb-private-types.h72 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 DLLVM.h35 template<typename T> class MutableArrayRef; variable
68 using llvm::MutableArrayRef;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp48 const MCValue &Target, MutableArrayRef<char> Data,
97 MutableArrayRef<char> Data, in applyFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h41 MutableArrayRef<CalleeSavedInfo> CSI,
87 MutableArrayRef<CalleeSavedInfo> CSI, unsigned LdmOpc,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h29 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 DBPFAsmBackend.cpp30 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 DIntelPTDecoder.cpp181 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 DLanaiAsmBackend.cpp52 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 DLLVM.h33 template <typename T> class MutableArrayRef; variable
74 using llvm::MutableArrayRef;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp41 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 DMCAsmLexer.h116 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 DJITLink.h190 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 DRegisterContextMinidump_x86_64.cpp19 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 DMappedBlockStream.h84 Error readBytes(uint32_t Offset, MutableArrayRef<uint8_t> Buffer);
92 using CacheEntry = MutableArrayRef<uint8_t>;

123456789