Home
last modified time | relevance | path

Searched defs:isExecutable (Results 1 – 2 of 2) 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/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