Searched refs:IsDebug (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 71 bool IsDebug, bool IsClone, bool IsCloned); 82 bool IsDebug, bool IsClone, bool IsCloned);
|
D | InstrEmitter.cpp | 300 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/ |
D | MachineOperand.h | 135 bool IsDebug : 1; variable 316 return IsDebug; in isDebug() 395 IsDebug = Val; 576 Op.IsDebug = isDebug;
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.h | 64 static bool IsDebug(int sysno);
|
D | baseline_policy.cc | 55 SyscallSets::IsDebug(sysno) || in IsBaselinePolicyWatched()
|
D | syscall_sets.cc | 690 bool SyscallSets::IsDebug(int sysno) { in IsDebug() function in sandbox::SyscallSets
|
/external/chromium_org/content/common/sandbox_linux/ |
D | sandbox_seccomp_bpf_linux.cc | 86 if (SyscallSets::IsDebug(sysno) || SyscallSets::IsNuma(sysno)) in EvaluateSyscall()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 154 IsDebug = isDebug; in ChangeToRegister()
|