Lines Matching refs:FileNum
318 StringRef getResolvedPath(unsigned FileNum) { in getResolvedPath() argument
319 if (FileNum >= ResolvedPaths.size()) in getResolvedPath()
321 return ResolvedPaths[FileNum]; in getResolvedPath()
326 void setResolvedPath(unsigned FileNum, StringRef Path) { in setResolvedPath() argument
327 if (ResolvedPaths.size() <= FileNum) in setResolvedPath()
328 ResolvedPaths.resize(FileNum + 1); in setResolvedPath()
329 ResolvedPaths[FileNum] = Path; in setResolvedPath()
915 unsigned FileNum = 1; in emitLineTableForUnit() local
945 if (FileNum != Row.File) { in emitLineTableForUnit()
946 FileNum = Row.File; in emitLineTableForUnit()
948 MS->EmitULEB128IntValue(FileNum); in emitLineTableForUnit()
949 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
1012 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
1623 if (unsigned FileNum = DIE->getAttributeValueAsUnsignedConstant( in getChildDeclContext() local
1631 FileNum = 1; in getChildDeclContext()
1638 FileNum, "", in getChildDeclContext()
1644 StringRef ResolvedPath = U.getResolvedPath(FileNum); in getChildDeclContext()
1655 U.setResolvedPath(FileNum, FileRef); in getChildDeclContext()