Searched refs:LocationAtom (Results 1 – 7 of 7) sorted by relevance
138 enum LocationAtom { enum618 unsigned OperationVersion(LocationAtom O);632 unsigned OperationVendor(LocationAtom O);775 template <> struct EnumTraits<LocationAtom> : public std::true_type {
245 dwarf::LocationAtom getDwarf5OrGNULocationAtom(dwarf::LocationAtom Loc) const;
274 dwarf::LocationAtom Op; in addLocationAttribute()1173 dwarf::LocationAtom1174 DwarfCompileUnit::getDwarf5OrGNULocationAtom(dwarf::LocationAtom Loc) const { in getDwarf5OrGNULocationAtom()
142 llvm::dwarf::LocationAtom base = relative_offset in MakeRegisterBasedLocationExpressionInternal()148 llvm::dwarf::LocationAtom base = relative_offset in MakeRegisterBasedLocationExpressionInternal()
175 unsigned llvm::dwarf::OperationVersion(dwarf::LocationAtom Op) { in OperationVersion()186 unsigned llvm::dwarf::OperationVendor(dwarf::LocationAtom Op) { in OperationVendor()820 constexpr char llvm::dwarf::EnumTraits<LocationAtom>::Type[];
178 dwarf::LocationAtom Operator;478 template <> struct ScalarEnumerationTraits<dwarf::LocationAtom> { in LLVM_YAML_IS_SEQUENCE_VECTOR()479 static void enumeration(IO &io, dwarf::LocationAtom &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
2543 "Unhandled opcode {0} in DWARFExpression", LocationAtom(op)); in Evaluate()