Home
last modified time | relevance | path

Searched refs:IsExecutable (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDObjectFile.h285 IsExecutable () const = 0;
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h130 IsExecutable () const;
HDObjectFileELF.cpp461 ObjectFileELF::IsExecutable() const in IsExecutable() function in ObjectFileELF
653 if (!ParseHeader() || !IsExecutable()) in GetEntryPointAddress()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h628 IsExecutable ();
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1385 Module::IsExecutable () in IsExecutable() function in Module
1390 return GetObjectFile()->IsExecutable(); in IsExecutable()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp3394 if (module_sp && module_sp->IsExecutable()) in CompleteAttach()