Searched refs:ToolPath (Results 1 – 2 of 2) sorted by relevance
147 def ToolPath(tool, toolchain=None): function294 cmd = [ToolPath("llvm-symbolizer"), "--functions", "--inlines",369 cmd = [ToolPath("llvm-objdump"),
327 stdout = subprocess.check_output([symbol.ToolPath("llvm-readelf"), "-h", "-n", lib], text=True)