HomeSort by relevance Sort by last modified time
    Searched refs:f_pLine (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 111 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
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 37 f_pLine(NULL),
127 f_pLine = pBuilder.CreateSection(

Completed in 34 milliseconds