Home
last modified time | relevance | path

Searched defs:ResolverError (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h150 ResolverError(uint32_t Index, dwarf::LoclistEntries Kind) : Index(Index), Kind(Kind) {} in ResolverError() function
/external/python/pyyaml/lib/yaml/
Dresolver.py9 class ResolverError(YAMLError): class