Lines Matching refs:ResourceEntryRef
68 Expected<ResourceEntryRef> WindowsResource::getHeadEntry() { in getHeadEntry()
72 return ResourceEntryRef::create(BinaryStreamRef(BBS), this); in getHeadEntry()
75 ResourceEntryRef::ResourceEntryRef(BinaryStreamRef Ref, in ResourceEntryRef() function in llvm::object::ResourceEntryRef
79 Expected<ResourceEntryRef>
80 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create()
81 auto Ref = ResourceEntryRef(BSR, Owner); in create()
87 Error ResourceEntryRef::moveNext(bool &End) { in moveNext()
115 Error ResourceEntryRef::loadNext() { in loadNext()
181 const ResourceEntryRef &Entry, StringRef File1, StringRef File2) { in makeDuplicateResourceError()
312 const ResourceEntryRef &Entry) const { in shouldIgnoreDuplicate()
346 ResourceEntryRef Entry = EntryOrErr.get(); in parse()
381 const ResourceEntryRef &Entry, uint32_t Origin, in addEntry()
483 const ResourceEntryRef &Entry, in addTypeNode()
492 const ResourceEntryRef &Entry, in addNameNode()
501 const ResourceEntryRef &Entry, uint32_t Origin, in addLanguageNode()