Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddwarf_test.h59 std::vector<std::string> Objdump(const char* args) { in Objdump() function
120 std::vector<std::string> Objdump(bool is64bit, const char* args) { in Objdump() function
122 return Objdump<ElfTypes64>(args); in Objdump()
124 return Objdump<ElfTypes32>(args); in Objdump()
130 std::vector<std::string> actual_lines = Objdump(is64bit, args); in CheckObjdumpOutput()
/art/compiler/
Dcfi_test.h56 ReformatCfi(Objdump(false, "-W"), &lines); in GenerateExpected()
/art/compiler/utils/
Dassembler_test_base.h229 std::string Objdump(std::string file) { in Objdump() function
381 std::string odump = Objdump(res->base_name + ".o"); in Compile()