Searched refs:debug_str (Results 1 – 4 of 4) sorted by relevance
91 DebugString* debug_str = NULL; in MergeSection() local93 debug_str = target->getDebugString(); in MergeSection()95 debug_str = IRBuilder::CreateDebugString(*target); in MergeSection()97 debug_str->merge(pInputSection); in MergeSection()
69 "applying relocation `%0' for .debug_str is not supported. "71 "applying relocation `%0' for .debug_str is not supported. "
1201 std::string debug_str = app_private_dir_ce_ + "/debug"; in TEST_F() local1206 run_cmd("touch " + debug_str); in TEST_F()1208 run_cmd("chmod 777 " + debug_str); in TEST_F()1211 const char* debug = debug_str.c_str(); in TEST_F()
314 DebugString* debug_str = DebugString::Create(pSection); in CreateDebugString() local315 pSection.setDebugString(debug_str); in CreateDebugString()316 return debug_str; in CreateDebugString()