Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h150 ResolverError(uint32_t Index, dwarf::LoclistEntries Kind) : Index(Index), Kind(Kind) {} in ResolverError()
159 dwarf::LoclistEntries Kind;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h211 dwarf::LoclistEntries Operator;
519 template <> struct ScalarEnumerationTraits<dwarf::LoclistEntries> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
520 static void enumeration(IO &io, dwarf::LoclistEntries &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp49 return make_error<ResolverError>(Index, (dwarf::LoclistEntries)Kind); in createResolverError()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h819 enum LoclistEntries { enum