Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp387 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
404 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
646 unsigned DirIndex; in tryGetFile() local
649 DirIndex = 0; in tryGetFile()
651 DirIndex = llvm::find(MCDwarfDirs, Directory) - MCDwarfDirs.begin(); in tryGetFile()
652 if (DirIndex >= MCDwarfDirs.size()) in tryGetFile()
658 DirIndex++; in tryGetFile()
662 File.DirIndex = DirIndex; in tryGetFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h92 unsigned DirIndex = 0; member
305 RootFile.DirIndex = 0; in setRootFile()
385 Header.RootFile.DirIndex = 0; in setRootFile()