Lines Matching refs:ResourceEntryRef
69 Expected<ResourceEntryRef> WindowsResource::getHeadEntry() { in getHeadEntry()
73 return ResourceEntryRef::create(BinaryStreamRef(BBS), this); in getHeadEntry()
76 ResourceEntryRef::ResourceEntryRef(BinaryStreamRef Ref, in ResourceEntryRef() function in llvm::object::ResourceEntryRef
80 Expected<ResourceEntryRef>
81 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create()
82 auto Ref = ResourceEntryRef(BSR, Owner); in create()
88 Error ResourceEntryRef::moveNext(bool &End) { in moveNext()
116 Error ResourceEntryRef::loadNext() { in loadNext()
182 const ResourceEntryRef &Entry, StringRef File1, StringRef File2) { in makeDuplicateResourceError()
313 const ResourceEntryRef &Entry) const { in shouldIgnoreDuplicate()
347 ResourceEntryRef Entry = EntryOrErr.get(); in parse()
382 const ResourceEntryRef &Entry, uint32_t Origin, in addEntry()
484 const ResourceEntryRef &Entry, in addTypeNode()
493 const ResourceEntryRef &Entry, in addNameNode()
502 const ResourceEntryRef &Entry, uint32_t Origin, in addLanguageNode()