Home
last modified time | relevance | path

Searched refs:F_no_mmap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h36 F_no_mmap = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp189 if (Flags & F_no_mmap) in create()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1484 config->mmapOutputFile ? 0 : (unsigned)FileOutputBuffer::F_no_mmap; in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2764 flags |= FileOutputBuffer::F_no_mmap; in openFile()