Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h112 FB_executable, enumerator
208 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp249 Sym.Flags |= 1 << storage::Symbol::FB_executable; in addSymbol()