Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/tools/view/
DTool.py13 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
28 add_heuristic_tool_arguments(parser)
/external/llvm-project/debuginfo-tests/dexter/dex/tools/
DTestToolBase.py18 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
34 add_heuristic_tool_arguments(parser)
/external/llvm-project/debuginfo-tests/dexter/dex/heuristic/
DHeuristic.py25 def add_heuristic_tool_arguments(parser): function