HomeSort by relevance Sort by last modified time
    Searched refs:IsDebug (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 71 bool IsDebug, bool IsClone, bool IsCloned);
82 bool IsDebug, bool IsClone, bool IsCloned);
InstrEmitter.cpp 300 bool IsDebug, bool IsClone, bool IsCloned) {
337 !IsDebug &&
351 getDebugRegState(IsDebug));
362 bool IsDebug, bool IsClone, bool IsCloned) {
365 IsDebug, IsClone, IsCloned);
420 IsDebug, IsClone, IsCloned);
549 AddOperand(MIB, N0, 0, 0, VRBaseMap, /*IsDebug=*/false,
552 AddOperand(MIB, N1, 0, 0, VRBaseMap, /*IsDebug=*/false,
619 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
661 /*IsDebug=*/true, /*IsClone=*/false, /*IsCloned=*/false)
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.h 64 static bool IsDebug(int sysno);
baseline_policy.cc 55 SyscallSets::IsDebug(sysno) ||
syscall_sets.cc 690 bool SyscallSets::IsDebug(int sysno) {
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 133 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo,
135 bool IsDebug : 1;
314 bool isDebug() const {
316 return IsDebug;
369 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
395 IsDebug = Val;
536 bool isUndef = false, bool isDebug = false);
565 bool isDebug = false,
576 Op.IsDebug = isDebug;
    [all...]
  /external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.cc 86 if (SyscallSets::IsDebug(sysno) || SyscallSets::IsNuma(sysno))
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 93 assert((!Val || !isDebug()) && "Marking a debug operation as def");
131 bool isDebug) {
154 IsDebug = isDebug;
    [all...]

Completed in 731 milliseconds