Home
last modified time | relevance | path

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

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