Home
last modified time | relevance | path

Searched refs:pDebugString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrobject.cpp228 const CHAR* pDebugString, ///< [in] Debug string in DebugPrint() argument
233 va_start(ap, pDebugString); in DebugPrint()
241 debugPrintInput.pDebugString = const_cast<CHAR*>(pDebugString); in DebugPrint()
254 vfprintf(stderr, pDebugString, ap); in DebugPrint()
H A Daddrcommon.h72 VOID DebugPrint( const CHAR* pDebugString, ...);
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h160 void setDebugString(DebugString* pDebugString) in setDebugString() argument
161 { m_Data.debug_string = pDebugString; } in setDebugString()
/aosp_15_r20/external/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h263 CHAR* pDebugString; ///< Debug print string member