Searched refs:InputDataLength (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 4962 const char *InputData, size_t InputDataLength, const char *BufferName, 4965 const char *InputData, size_t InputDataLength, const char *BufferName);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 4537 size_t InputDataLength, in LLVMCreateMemoryBufferWithMemoryRange() argument 4541 return wrap(MemoryBuffer::getMemBuffer(StringRef(InputData, InputDataLength), in LLVMCreateMemoryBufferWithMemoryRange() 4548 size_t InputDataLength, in LLVMCreateMemoryBufferWithMemoryRangeCopy() argument 4552 MemoryBuffer::getMemBufferCopy(StringRef(InputData, InputDataLength), in LLVMCreateMemoryBufferWithMemoryRangeCopy()
|