Home
last modified time | relevance | path

Searched refs:hasDebugString (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DLDSection.cpp102 bool LDSection::hasDebugString() const { in hasDebugString() function in mcld::LDSection
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h163 bool hasDebugString() const;
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp92 if (target->hasDebugString()) in MergeSection()
DObjectLinker.cpp687 if (debug_str_sect && debug_str_sect->hasDebugString()) in prelayout()
817 assert(debug_str_sect->hasDebugString()); in relocation()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp312 assert(!pSection.hasDebugString() && "pSection already has debug_str."); in CreateDebugString()