/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.h | 43 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 64 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.h | 80 bool IsExecutable() const override { in IsExecutable() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.h | 69 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 72 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBMemoryRegionInfo.cpp | 109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 61 bool IsExecutable() const override { return false; } in IsExecutable() function
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 94 bool ObjectFileJIT::IsExecutable() const { return false; } IsExecutable() function in ObjectFileJIT
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 316 const bool IsExecutable = any_of(Slices, [](Slice S) { writeUniversalBinary() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 760 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1399 bool Module::IsExecutable() { in IsExecutable() function in Module
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2633 bool IsExecutable = [&]() { in ParseOpenMPDeclarativeOrExecutableDirective() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 695 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF
|