Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h102 { return (NULL != f_pLine) && (0 != f_pLine->size()); } in hasLine()
377 assert(NULL != f_pLine); in getLine()
378 return *f_pLine; in getLine()
382 assert(NULL != f_pLine); in getLine()
383 return *f_pLine; in getLine()
671 LDSection* f_pLine; // .line variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp37 f_pLine(NULL), in ELFFileFormat()
129 f_pLine = pBuilder.CreateSection(".line", in initStdSections()