Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h32 F_executable = 1, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp164 if (Flags & F_executable) in create()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp122 FileOutputBuffer::F_executable); in deepWriteArchive()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp1048 FileOutputBuffer::F_executable); in openFile()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp1533 flags = llvm::FileOutputBuffer::F_executable; in writeBinary()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1532 FileOutputBuffer::create(path, fileSize, FileOutputBuffer::F_executable), in openFile()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2924 flags |= FileOutputBuffer::F_executable; in openFile()