Home
last modified time | relevance | path

Searched refs:isExecutable (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h40 virtual bool isExecutable() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h41 bool isExecutable() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp104 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DIRSymtab.h204 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h142 using irsymtab::Symbol::isExecutable;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h323 bool isExecutable() const { in isExecutable() function
H A DMinidumpParser.cpp452 region.SetExecutable(entry->isExecutable() ? yes : no); in CreateRegionsCacheFromMemoryInfoList()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp367 PrintBool('X', Sym.isExecutable()); in dumpSymtab()