Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileOutputBuffer.h32 F_executable = 1, enumerator
/llvm-project-15.0.7/llvm/lib/ObjCopy/
H A DArchive.cpp86 FileOutputBuffer::F_executable); in deepWriteArchive()
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileOutputBuffer.cpp162 if (Flags & F_executable) in create()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp106 FileOutputBuffer::create(File4, 8192, FileOutputBuffer::F_executable); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp506 ? FileOutputBuffer::F_executable in thinSlice()
/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp1090 FileOutputBuffer::F_executable); in openFile()
/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp1683 FileOutputBuffer::F_executable); in openFile()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp1535 FileOutputBuffer::create(path, fileSize, FileOutputBuffer::F_executable), in openFile()
/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp2850 flags |= FileOutputBuffer::F_executable; in openFile()