Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h35 F_executable = 1, enumerator
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DBuffer.cpp23 FileOutputBuffer::create(getName(), Size, FileOutputBuffer::F_executable); in allocate()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp160 if (Flags & F_executable) in create()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp1525 flags = llvm::FileOutputBuffer::F_executable; in writeBinary()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp1310 FileOutputBuffer::create(Path, FileSize, FileOutputBuffer::F_executable), in openFile()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp2455 Flags = FileOutputBuffer::F_executable; in openFile()