Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBuffer.h157 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset,
209 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset,
272 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp174 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice() function in MemoryBuffer
297 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice() function in WritableMemoryBuffer
463 WriteThroughMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice() function in WriteThroughMemoryBuffer
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp378 MemoryBuffer::getFileSlice("/proc/self/exe", in FillMachine()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp260 MemoryBuffer::getFileSlice("/proc/self/exe", RequiredMemory, 0); 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/lld/ELF/
H A DInputFiles.cpp1769 MemoryBuffer::getFileSlice(archivePath, sizeof(ThinArchiveMagic) - 1, 0); in dtltoAdjustMemberPathIfThinArchive()