Searched defs:IsExecutable (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp101 bool SBMemoryRegionInfo::IsExecutable() { function in class:SBMemoryRegionInfo
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h47 bool IsExecutable() const { return protection & kProtectionExecute; } function in class:__sanitizer::MemoryMappedSegment
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp174 bool IsExecutable = local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp112 bool ObjectFileJIT::IsExecutable() const { return false; } function in class:ObjectFileJIT
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp615 bool IsExecutable = Rels.empty(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1470 bool Module::IsExecutable() { function in class:Module
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp646 bool ObjectFileELF::IsExecutable() const { function in class:ObjectFileELF

Completed in 188 milliseconds