Home
last modified time | relevance | path

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

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