Lines Matching defs:RSR
366 Error WindowsResourceParser::parse(ResourceSectionRef &RSR, StringRef Filename,
368 UNWRAP_REF_OR_RETURN(BaseTable, RSR.getBaseTable());
372 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates);
390 ResourceSectionRef &RSR,
398 UNWRAP_REF_OR_RETURN(Entry, RSR.getTableEntry(Table, i));
405 UNWRAP_OR_RETURN(NameString, RSR.getEntryNameString(Entry));
413 UNWRAP_REF_OR_RETURN(NextTable, RSR.getEntrySubDir(Entry));
415 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates);
428 UNWRAP_REF_OR_RETURN(DataEntry, RSR.getEntryData(Entry));
435 UNWRAP_OR_RETURN(Contents, RSR.getContents(DataEntry));