Home
last modified time | relevance | path

Searched refs:debug_string (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h157 const DebugString* getDebugString() const { return m_Data.debug_string; } in getDebugString()
158 DebugString* getDebugString() { return m_Data.debug_string; } in getDebugString()
161 { m_Data.debug_string = pDebugString; } in setDebugString()
178 DebugString* debug_string; member
/frameworks/compile/mclinker/lib/LD/
DLDSection.cpp104 return (NULL != m_Data.debug_string); in hasDebugString()