Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h66 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h71 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h72 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp101 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp112 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp309 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp614 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp72 bool IsExecutable() const override { return false; } in IsExecutable() function in __anon02ea81f40111::PlaceholderObjectFile
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1456 bool Module::IsExecutable() { in IsExecutable() function in Module
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp660 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF