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

/external/libchrome/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.cpp317 bool IsDebug, bool IsClone, bool IsCloned) {
355 !IsDebug &&
369 getDebugRegState(IsDebug));
380 bool IsDebug, bool IsClone, bool IsCloned) {
383 IsDebug, IsClone, IsCloned);
440 IsDebug, IsClone, IsCloned);
567 AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
570 AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
637 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
685 /*IsDebug
312 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp277 bool IsDebug, bool IsClone, bool IsCloned) {
316 !IsDebug &&
332 0/*SubReg*/, IsDebug));
343 bool IsDebug, bool IsClone, bool IsCloned) {
346 IsDebug, IsClone, IsCloned);
396 IsDebug, IsClone, IsCloned);
522 AddOperand(MI, N0, 0, 0, VRBaseMap, /*IsDebug=*/false,
525 AddOperand(MI, N1, 0, 0, VRBaseMap, /*IsDebug=*/false,
587 AddOperand(MI, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
629 /*IsDebug
273 AddRegisterOperand(MachineInstr *MI, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 838 milliseconds