Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h67 bool IsExecutable() const override { return false; } in IsExecutable() function
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBMemoryRegionInfo.cpp74 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp174 bool IsExecutable = in shouldAssumeDSOLocal() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp109 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp596 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1482 bool Module::IsExecutable() { in IsExecutable() function in Module
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp797 bool ObjectFileELF::IsExecutable() const { in IsExecutable() function in ObjectFileELF