Searched refs:f_pDebug (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h72 { return (NULL != f_pDebug) && (0 != f_pDebug->size()); }
277 assert(NULL != f_pDebug);
278 return *f_pDebug;
282 assert(NULL != f_pDebug);
283 return *f_pDebug;
661 LDSection* f_pDebug; // .debug member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp27 f_pDebug(NULL),
104 f_pDebug = pBuilder.CreateSection(".debug",

Completed in 55 milliseconds