Home
last modified time | relevance | path

Searched refs:InputDataLength (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4962 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 DCore.cpp4537 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()