HomeSort by: relevance | last modified time | path
    Searched refs:DirIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 349 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number.
366 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number.
611 unsigned DirIndex;
613 // For FileNames with no directories a DirIndex of 0 is used.
614 DirIndex = 0;
616 DirIndex = llvm::find(MCDwarfDirs, Directory) - MCDwarfDirs.begin();
617 if (DirIndex >= MCDwarfDirs.size())
619 // The DirIndex is one based, as DirIndex of 0 is used for FileNames with
621 // directory names are stored at MCDwarfDirs[DirIndex-1] where FileName
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCDwarf.h 63 unsigned DirIndex = 0;
263 RootFile.DirIndex = 0;
336 Header.RootFile.DirIndex = 0;

Completed in 22 milliseconds