Searched refs:AddressSanitizerTool (Results 1 – 1 of 1) sorted by relevance
29 class AddressSanitizerTool(base_tool.BaseTool): class39 super(AddressSanitizerTool, self).__init__()56 '--extra-options', AddressSanitizerTool.EXTRA_OPTIONS])60 return AddressSanitizerTool.WRAPPER_NAME89 'asan': AddressSanitizerTool,