Searched refs:makeMutableArrayRef (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ArrayRef.h | 503 MutableArrayRef<T> makeMutableArrayRef(T &OneElt) { in makeMutableArrayRef() function 509 MutableArrayRef<T> makeMutableArrayRef(T *data, size_t length) { in makeMutableArrayRef() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 645 llvm::makeMutableArrayRef(static_cast<uint8_t *>(buf), bytes_read); in ReadMemoryWithoutTrap()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 721 return makeMutableArrayRef( in getValueSitesForKind()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 1049 AlignedSymbolMem = makeMutableArrayRef( in mergeSymbolRecords() 1066 RecordBytes = makeMutableArrayRef( in mergeSymbolRecords()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 729 (void)apf.convertToInteger(makeMutableArrayRef(v), BitWidth, in getConstantValue()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 271 if (APF.convertToInteger(makeMutableArrayRef(UIntVal), 64, true, in ConvertToSInt()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1596 Val.convertToInteger(makeMutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | APFloat.cpp | 1719 fs = V.convertToInteger(makeMutableArrayRef(x, parts), in remainder()
|