Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h33 F_executable = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp86 FileOutputBuffer::F_executable); in deepWriteArchive()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp165 if (Flags & F_executable) in create()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp1189 FileOutputBuffer::F_executable); in openFile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2932 flags |= FileOutputBuffer::F_executable; in openFile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1968 FileOutputBuffer::create(path, fileSize, FileOutputBuffer::F_executable), in openFile()