Home
last modified time | relevance | path

Searched refs:DirIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCDwarf.cpp349 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
366 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
611 unsigned DirIndex; in tryGetFile() local
614 DirIndex = 0; in tryGetFile()
616 DirIndex = llvm::find(MCDwarfDirs, Directory) - MCDwarfDirs.begin(); in tryGetFile()
617 if (DirIndex >= MCDwarfDirs.size()) in tryGetFile()
623 DirIndex++; in tryGetFile()
627 File.DirIndex = DirIndex; in tryGetFile()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCDwarf.h63 unsigned DirIndex = 0; member
263 RootFile.DirIndex = 0; in setRootFile()
336 Header.RootFile.DirIndex = 0; in setRootFile()