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

  /external/llvm/lib/MC/
MCContext.cpp 280 unsigned DirIndex;
282 // For FileNames with no directories a DirIndex of 0 is used.
283 DirIndex = 0;
285 DirIndex = 0;
286 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
287 if (Directory == MCDwarfDirs[DirIndex])
290 if (DirIndex >= MCDwarfDirs.size()) {
295 // The DirIndex is one based, as DirIndex of 0 is used for FileNames wit
    [all...]
  /external/jhead/
exif.c     [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 45 // DirIndex - the index into the list of directory names for this file name.
46 unsigned DirIndex;
50 MCDwarfFile(StringRef name, unsigned dirIndex)
51 : Name(name), DirIndex(dirIndex) {}
59 /// getDirIndex - Get the dirIndex of this MCDwarfFile.
60 unsigned getDirIndex() const { return DirIndex; }

Completed in 152 milliseconds