Home
last modified time | relevance | path

Searched defs:IsDebug (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Symbol/
DSymbol.h184 IsDebug () const in IsDebug() function
/external/chromium_org/athena/input/
Daccelerator_manager_impl.cc200 bool IsDebug() const { return flags_ & AF_DEBUG; } in IsDebug() function in athena::AcceleratorManagerImpl::InternalData
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc737 bool SyscallSets::IsDebug(int sysno) { in IsDebug() function in sandbox::SyscallSets
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp312 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand()
374 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h137 bool IsDebug : 1; variable