Home
last modified time | relevance | path

Searched refs:FB_executable (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h112 FB_executable, enumerator
204 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp221 Sym.Flags |= 1 << storage::Symbol::FB_executable; in addSymbol()