Home
last modified time | relevance | path

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

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