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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h111 bool hasLine() const { return (f_pLine != NULL) && (f_pLine->size() != 0); }
402 assert(f_pLine != NULL);
403 return *f_pLine;
407 assert(f_pLine != NULL);
408 return *f_pLine;
696 LDSection* f_pLine; // .line member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp37 f_pLine(NULL),
127 f_pLine = pBuilder.CreateSection(

Completed in 7 milliseconds