Home
last modified time | relevance | path

Searched refs:debug_str (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp91 DebugString* debug_str = NULL; in MergeSection() local
93 debug_str = target->getDebugString(); in MergeSection()
95 debug_str = IRBuilder::CreateDebugString(*target); in MergeSection()
97 debug_str->merge(pInputSection); in MergeSection()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc69 "applying relocation `%0' for .debug_str is not supported. "
71 "applying relocation `%0' for .debug_str is not supported. "
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1201 std::string debug_str = app_private_dir_ce_ + "/debug"; in TEST_F() local
1206 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()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp314 DebugString* debug_str = DebugString::Create(pSection); in CreateDebugString() local
315 pSection.setDebugString(debug_str); in CreateDebugString()
316 return debug_str; in CreateDebugString()