Searched refs:debug_str (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp91 DebugString* debug_str = NULL; local
93 debug_str = target->getDebugString();
95 debug_str = IRBuilder::CreateDebugString(*target);
97 debug_str->merge(pInputSection);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp44 if (name.startswith(".debug_str"))
312 assert(!pSection.hasDebugString() && "pSection already has debug_str.");
314 DebugString* debug_str = DebugString::Create(pSection); local
315 pSection.setDebugString(debug_str);
316 return debug_str;

Completed in 379 milliseconds