Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py83 def __init__(self, symbolizer_path, default_arch, system, dsym_hints=[]): argument
88 self.dsym_hints = dsym_hints
98 for hint in self.dsym_hints:
137 def LLVMSymbolizerFactory(system, default_arch, dsym_hints=[]): argument
144 return LLVMSymbolizer(symbolizer_path, default_arch, system, dsym_hints)
418 self.dsym_hints = set([])
441 use_new_symbolizer = bool(dsym_hints_for_binary - self.dsym_hints)
442 self.dsym_hints |= dsym_hints_for_binary
447 self.system, arch, self.dsym_hints)