Searched refs:FindTool (Results 1 – 1 of 1) sorted by relevance
/art/compiler/utils/ |
D | assembler_test_base.h | 140 std::string FindTool(const std::string& tool_name) { in FindTool() function 149 return {FindTool("clang"), in GetAssemblerCommand() 158 return {FindTool("clang"), "--compile", "-target", "i386-linux-gnu"}; in GetAssemblerCommand() 160 return {FindTool("clang"), "--compile", "-target", "x86_64-linux-gnu"}; in GetAssemblerCommand() 170 return {FindTool("llvm-objdump"), in GetDisassemblerCommand() 176 return {FindTool("llvm-objdump"), in GetDisassemblerCommand() 186 FindTool("llvm-objdump"), "--disassemble", "--no-print-imm-hex", "--no-show-raw-insn"}; in GetDisassemblerCommand()
|