Home
last modified time | relevance | path

Searched defs:SetExecutable (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp107 void SBAttachInfo::SetExecutable(const char *path) { in SetExecutable() function in SBAttachInfo
116 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { in SetExecutable() function in SBAttachInfo
/external/vixl/src/
Dcode-buffer-vixl.cc97 void CodeBuffer::SetExecutable() { in SetExecutable() function in vixl::CodeBuffer
/external/llvm-project/lldb/include/lldb/Target/
DMemoryRegionInfo.h58 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function