Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp95 debug_str = IRBuilder::CreateDebugString(*target); in MergeSection()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h260 static DebugString* CreateDebugString(LDSection& pSection);
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp311 DebugString* IRBuilder::CreateDebugString(LDSection& pSection) { in CreateDebugString() function in mcld::IRBuilder