Home
last modified time | relevance | path

Searched refs:debug_str (Results 1 – 3 of 3) 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/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()