Searched defs:IsDebug (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Symbol.h | 192 bool IsDebug() const { return m_is_debug; } in IsDebug() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 298 AddRegisterOperand(MachineInstrBuilder & MIB,SDValue Op,unsigned IIOpNum,const MCInstrDesc * II,DenseMap<SDValue,Register> & VRBaseMap,bool IsDebug,bool IsClone,bool IsCloned) AddRegisterOperand() argument 376 AddOperand(MachineInstrBuilder & MIB,SDValue Op,unsigned IIOpNum,const MCInstrDesc * II,DenseMap<SDValue,Register> & VRBaseMap,bool IsDebug,bool IsClone,bool IsCloned) AddOperand() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 152 unsigned IsDebug : 1; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 2696 bool IsDebug = RegOp.isDebug(); swapRegAndNonRegOperand() local
|