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.h152 ResolverError(uint32_t Index, dwarf::LoclistEntries Kind) : Index(Index), Kind(Kind) {} in ResolverError()
161 dwarf::LoclistEntries Kind;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h215 dwarf::LoclistEntries Operator;
526 template <> struct ScalarEnumerationTraits<dwarf::LoclistEntries> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
527 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.cpp50 return make_error<ResolverError>(Index, (dwarf::LoclistEntries)Kind); in createResolverError()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h833 enum LoclistEntries { enum