Lines Matching defs:dsym_hints
100 def __init__(self, symbolizer_path, default_arch, system, dsym_hints=[]):
105 self.dsym_hints = dsym_hints
117 for hint in self.dsym_hints:
157 def LLVMSymbolizerFactory(system, default_arch, dsym_hints=[]):
164 return LLVMSymbolizer(symbolizer_path, default_arch, system, dsym_hints)
456 self.dsym_hints = set([])
479 use_new_symbolizer = bool(dsym_hints_for_binary - self.dsym_hints)
480 self.dsym_hints |= dsym_hints_for_binary
485 self.system, arch, self.dsym_hints