Home
last modified time | relevance | path

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

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