OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDebug
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h
70
bool
IsDebug
, bool IsClone, bool IsCloned);
81
bool
IsDebug
, bool IsClone, bool IsCloned);
InstrEmitter.cpp
316
bool
IsDebug
, bool IsClone, bool IsCloned) {
353
!
IsDebug
&&
367
getDebugRegState(
IsDebug
));
378
bool
IsDebug
, bool IsClone, bool IsCloned) {
381
IsDebug
, IsClone, IsCloned);
438
IsDebug
, IsClone, IsCloned);
565
AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*
IsDebug
=*/false,
568
AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*
IsDebug
=*/false,
635
AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*
IsDebug
=*/false,
683
/*
IsDebug
=*/true, /*IsClone=*/false, /*IsCloned=*/false)
[
all
...]
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.h
67
static bool
IsDebug
(int sysno);
baseline_policy.cc
69
SyscallSets::
IsDebug
(sysno) ||
syscall_sets.cc
737
bool SyscallSets::
IsDebug
(int sysno) {
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
136
///
IsDebug
- True if this MO_Register 'use' operand is in a debug pseudo,
138
bool
IsDebug
: 1;
322
bool
isDebug
() const {
324
return
IsDebug
;
377
assert((!Val || !
isDebug
()) && "Marking a debug operation as kill");
403
IsDebug
= Val;
573
bool isUndef = false, bool
isDebug
= false);
602
bool
isDebug
= false,
615
Op.
IsDebug
=
isDebug
;
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
100
assert((!Val || !
isDebug
()) && "Marking a debug operation as def");
178
bool
isDebug
) {
201
IsDebug
=
isDebug
;
[
all
...]
Completed in 151 milliseconds