Lines Matching refs:FileNum
318 const char *getResolvedPath(unsigned FileNum) { in getResolvedPath() argument
319 if (FileNum >= ResolvedPaths.size()) in getResolvedPath()
321 return ResolvedPaths[FileNum].size() ? ResolvedPaths[FileNum].c_str() in getResolvedPath()
327 void setResolvedPath(unsigned FileNum, const std::string &Path) { in setResolvedPath() argument
328 if (ResolvedPaths.size() <= FileNum) in setResolvedPath()
329 ResolvedPaths.resize(FileNum + 1); in setResolvedPath()
330 ResolvedPaths[FileNum] = Path; in setResolvedPath()
913 unsigned FileNum = 1; in emitLineTableForUnit() local
943 if (FileNum != Row.File) { in emitLineTableForUnit()
944 FileNum = Row.File; in emitLineTableForUnit()
946 MS->EmitULEB128IntValue(FileNum); in emitLineTableForUnit()
947 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
1010 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
1619 if (unsigned FileNum = DIE->getAttributeValueAsUnsignedConstant( in getChildDeclContext() local
1627 FileNum = 1; in getChildDeclContext()
1633 FileNum, "", in getChildDeclContext()
1640 if (const char *ResolvedPath = U.getResolvedPath(FileNum)) { in getChildDeclContext()
1647 U.setResolvedPath(FileNum, File); in getChildDeclContext()