Home
last modified time | relevance | path

Searched refs:ResolverError (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h146 class ResolverError : public ErrorInfo<ResolverError> {
150 ResolverError(uint32_t Index, dwarf::LoclistEntries Kind) : Index(Index), Kind(Kind) {} in ResolverError() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp49 return make_error<ResolverError>(Index, (dwarf::LoclistEntries)Kind); in createResolverError()
407 void llvm::ResolverError::log(raw_ostream &OS) const { in log()
412 char llvm::ResolverError::ID;
H A DDWARFVerifier.cpp729 Loc.takeError(), [&](std::unique_ptr<ResolverError> E) { in verifyDebugInfoAttribute()