Home
last modified time | relevance | path

Searched refs:getFileSlice (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBuffer.h156 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset,
208 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset,
271 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp177 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice() function in MemoryBuffer
300 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice() function in WritableMemoryBuffer
461 WriteThroughMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice() function in WriteThroughMemoryBuffer
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp375 MemoryBuffer::getFileSlice("/proc/self/exe", in FillMachine()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp275 auto buffer_or_error = T::getFileSlice(path, size, offset, is_volatile); in GetMemoryBuffer()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp302 auto SliceBuffer = MemoryBuffer::getFileSlice(FileName, SliceRange->second, in Load()