Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileOutputBuffer.h35 F_executable = 1 /// set the 'x' bit on the resulting file enumerator
/external/llvm/lib/Support/
DFileOutputBuffer.cpp67 if (Flags & F_executable) in create()
/external/llvm/unittests/Support/
DFileOutputBufferTest.cpp103 FileOutputBuffer::create(File4, 8192, FileOutputBuffer::F_executable); in TEST()