HomeSort by relevance Sort by last modified time
    Searched refs:F_executable (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 35 F_executable = 1 /// set the 'x' bit on the resulting file
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 67 if (Flags & F_executable)
  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 103 FileOutputBuffer::create(File4, 8192, FileOutputBuffer::F_executable);

Completed in 656 milliseconds