Home
last modified time | relevance | path

Searched refs:DbgValueProperties (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp364 class DbgValueProperties { class
366 DbgValueProperties(const DIExpression *DIExpr, bool Indirect) in DbgValueProperties() function in __anon84c0493f0211::DbgValueProperties
370 DbgValueProperties(const MachineInstr &MI) { in DbgValueProperties() function in __anon84c0493f0211::DbgValueProperties
376 bool operator==(const DbgValueProperties &Other) const { in operator ==()
380 bool operator!=(const DbgValueProperties &Other) const { in operator !=()
758 const DbgValueProperties &Properties) { in emitLoc()
807 DbgValueProperties Properties;
821 DbgValue(const ValueIDNum &Val, const DbgValueProperties &Prop, KindT Kind) in DbgValue()
826 DbgValue(unsigned BlockNo, const DbgValueProperties &Prop, KindT Kind) in DbgValue()
831 DbgValue(const MachineOperand &MO, const DbgValueProperties &Prop, KindT Kind) in DbgValue()
[all …]