Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py859 def parse_from_file(module_map_path): argument
860 if not os.path.exists(module_map_path):
861 raise Exception('module map "{}" does not exist'.format(module_map_path))
862 with open(module_map_path, 'r') as f: