Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py353 def __init__(self, binary_name_filter=None, dsym_hint_producer=None): argument
362 self.dsym_hint_producer = dsym_hint_producer
386 if self.system == 'Darwin' and self.dsym_hint_producer:
387 dsym_hints_for_binary = set(self.dsym_hint_producer(binary))