Home
last modified time | relevance | path

Searched defs:IsDebug (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h192 bool IsDebug() const { return m_is_debug; } in IsDebug() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp403 IsDebug, IsClone, IsCloned); in AddOperand() argument
322 AddRegisterOperand(MachineInstrBuilder & MIB,SDValue Op,unsigned IIOpNum,const MCInstrDesc * II,DenseMap<SDValue,Register> & VRBaseMap,bool IsDebug,bool IsClone,bool IsCloned) AddRegisterOperand() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h152 unsigned IsDebug : 1; variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2748 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand() local