Home
last modified time | relevance | path

Searched refs:getFileNum (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp296 FilteredLines.back().getFileNum() != IA.File || in getFunctionLineEntries()
350 unsigned CurFileNum = I->getFileNum(); in emitLineTableForFunction()
353 return Loc.getFileNum() != CurFileNum; in emitLineTableForFunction()
487 errs() << ".cv_loc " << Loc.getFunctionId() << ' ' << Loc.getFileNum() in encodeInlineLineTable()
522 CurSourceLoc.File = Loc.getFileNum(); in encodeInlineLineTable()
DMCDwarf.cpp164 if (FileNum != LineEntry.getFileNum()) { in EmitDwarfLineTable()
165 FileNum = LineEntry.getFileNum(); in EmitDwarfLineTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h56 unsigned getFileNum() const { return FileNum; } in getFileNum() function
DMCDwarf.h101 unsigned getFileNum() const { return FileNum; } in getFileNum() function