Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py759 class GetUUIDFromBinaryException(Exception): class
761 super(GetUUIDFromBinaryException, self).__init__(msg)
771 raise GetUUIDFromBinaryException('Binary "{}" does not exist'.format(path_to_binary))
795 raise GetUUIDFromBinaryException('Malformed output: "{}"'.format(uuid_line))
802 …raise GetUUIDFromBinaryException('Failed to retrieve UUID from binary "{}"'.format(path_to_binary))
851 except GetUUIDFromBinaryException as e: