Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileOutputBuffer.h35 F_executable = 1, enumerator
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DFileOutputBufferTest.cpp107 FileOutputBuffer::create(File4, 8192, FileOutputBuffer::F_executable); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileOutputBuffer.cpp154 if (Flags & F_executable) in create()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp38 FileOutputBuffer::create(getName(), Size, FileOutputBuffer::F_executable); in allocate()