Home
last modified time | relevance | path

Searched defs:IsExecutable (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h43 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h64 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.h80 bool IsExecutable() const override { in IsExecutable() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h69 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h61 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp94 bool ObjectFileJIT::IsExecutable() const { return false; } IsExecutable() function in ObjectFileJIT
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp316 const bool IsExecutable = any_of(Slices, [](Slice S) { writeUniversalBinary() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp760 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1399 bool Module::IsExecutable() { in IsExecutable() function in Module
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2633 bool IsExecutable = [&]() { in ParseOpenMPDeclarativeOrExecutableDirective() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp695 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF