Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h136 enum LocationAtom { enum
708 unsigned OperationVersion(LocationAtom O);
722 unsigned OperationVendor(LocationAtom O);
866 template <> struct EnumTraits<LocationAtom> : public std::true_type {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h275 dwarf::LocationAtom getDwarf5OrGNULocationAtom(dwarf::LocationAtom Loc) const;
H A DDwarfCompileUnit.cpp275 dwarf::LocationAtom Op; in addLocationAttribute()
1234 dwarf::LocationAtom
1235 DwarfCompileUnit::getDwarf5OrGNULocationAtom(dwarf::LocationAtom Loc) const { in getDwarf5OrGNULocationAtom()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp141 llvm::dwarf::LocationAtom base = in MakeRegisterBasedLocationExpressionInternal()
146 llvm::dwarf::LocationAtom base = in MakeRegisterBasedLocationExpressionInternal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp209 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[];
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h179 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2607 "Unhandled opcode {0} in DWARFExpression", LocationAtom(op)); in Evaluate()