Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function