Home
last modified time | relevance | path

Searched defs:isExecutable (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpression.cpp417 bool Expression::isExecutable() in isExecutable() function in Expression
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h207 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function