Searched defs:IsDebug (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DSymbol.h184 IsDebug () const function in class:lldb_private::Symbol
/external/chromium_org/athena/input/
H A Daccelerator_manager_impl.cc200 bool IsDebug() const { return flags_ & AF_DEBUG; } function in class:athena::AcceleratorManagerImpl::InternalData
300 if (data.IsDebug() && !debug_accelerators_enabled_)
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc737 bool SyscallSets::IsDebug(int sysno) { function in class:sandbox::SyscallSets
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp312 bool IsDebug, bool IsClone, bool IsCloned) {
349 !IsDebug &&
363 getDebugRegState(IsDebug));
374 bool IsDebug, bool IsClone, bool IsCloned) {
377 IsDebug, IsClone, IsCloned);
432 IsDebug, IsClone, IsCloned);
559 AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
562 AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
629 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
671 /*IsDebug
307 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 683 milliseconds