Searched refs:LocationAtom (Results 1 – 7 of 7) sorted by relevance
136 enum LocationAtom { enum708 unsigned OperationVersion(LocationAtom O);722 unsigned OperationVendor(LocationAtom O);866 template <> struct EnumTraits<LocationAtom> : public std::true_type {
275 dwarf::LocationAtom getDwarf5OrGNULocationAtom(dwarf::LocationAtom Loc) const;
275 dwarf::LocationAtom Op; in addLocationAttribute()1234 dwarf::LocationAtom1235 DwarfCompileUnit::getDwarf5OrGNULocationAtom(dwarf::LocationAtom Loc) const { in getDwarf5OrGNULocationAtom()
141 llvm::dwarf::LocationAtom base = in MakeRegisterBasedLocationExpressionInternal()146 llvm::dwarf::LocationAtom base = in MakeRegisterBasedLocationExpressionInternal()
209 unsigned llvm::dwarf::OperationVersion(dwarf::LocationAtom Op) { in OperationVersion()220 unsigned llvm::dwarf::OperationVendor(dwarf::LocationAtom Op) { in OperationVendor()856 constexpr char llvm::dwarf::EnumTraits<LocationAtom>::Type[];
179 dwarf::LocationAtom Operator;479 template <> struct ScalarEnumerationTraits<dwarf::LocationAtom> { in LLVM_YAML_IS_SEQUENCE_VECTOR()480 static void enumeration(IO &io, dwarf::LocationAtom &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
2607 "Unhandled opcode {0} in DWARFExpression", LocationAtom(op)); in Evaluate()