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

  /external/jhead/
exif.c     [all...]
  /external/llvm/lib/MC/
MCContext.cpp 334 unsigned DirIndex;
336 // For FileNames with no directories a DirIndex of 0 is used.
337 DirIndex = 0;
339 DirIndex = 0;
340 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
341 if (Directory == MCDwarfDirs[DirIndex])
344 if (DirIndex >= MCDwarfDirs.size()) {
349 // The DirIndex is one based, as DirIndex of 0 is used for FileNames wit
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 44 // DirIndex - the index into the list of directory names for this file name.
45 unsigned DirIndex;
49 MCDwarfFile(StringRef name, unsigned dirIndex)
50 : Name(name), DirIndex(dirIndex) {}
58 /// getDirIndex - Get the dirIndex of this MCDwarfFile.
59 unsigned getDirIndex() const { return DirIndex; }

Completed in 2459 milliseconds