Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h71 bool IsDebug, bool IsClone, bool IsCloned);
82 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp300 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
337 !IsDebug && in AddRegisterOperand()
351 getDebugRegState(IsDebug)); in AddRegisterOperand()
362 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
365 IsDebug, IsClone, IsCloned); in AddOperand()
420 IsDebug, IsClone, IsCloned); in AddOperand()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h135 bool IsDebug : 1; variable
316 return IsDebug; in isDebug()
395 IsDebug = Val;
576 Op.IsDebug = isDebug;
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h64 static bool IsDebug(int sysno);
Dbaseline_policy.cc55 SyscallSets::IsDebug(sysno) || in IsBaselinePolicyWatched()
Dsyscall_sets.cc690 bool SyscallSets::IsDebug(int sysno) { in IsDebug() function in sandbox::SyscallSets
/external/chromium_org/content/common/sandbox_linux/
Dsandbox_seccomp_bpf_linux.cc86 if (SyscallSets::IsDebug(sysno) || SyscallSets::IsNuma(sysno)) in EvaluateSyscall()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp154 IsDebug = isDebug; in ChangeToRegister()