Lines Matching refs:ResourceEntryRef
67 Expected<ResourceEntryRef> WindowsResource::getHeadEntry() { in getHeadEntry()
71 return ResourceEntryRef::create(BinaryStreamRef(BBS), this); in getHeadEntry()
74 ResourceEntryRef::ResourceEntryRef(BinaryStreamRef Ref, in ResourceEntryRef() function in llvm::object::ResourceEntryRef
78 Expected<ResourceEntryRef>
79 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create()
80 auto Ref = ResourceEntryRef(BSR, Owner); in create()
86 Error ResourceEntryRef::moveNext(bool &End) { in moveNext()
114 Error ResourceEntryRef::loadNext() { in loadNext()
180 const ResourceEntryRef &Entry, StringRef File1, StringRef File2) { in makeDuplicateResourceError()
311 const ResourceEntryRef &Entry) const { in shouldIgnoreDuplicate()
345 ResourceEntryRef Entry = EntryOrErr.get(); in parse()
380 const ResourceEntryRef &Entry, uint32_t Origin, in addEntry()
482 const ResourceEntryRef &Entry, in addTypeNode()
491 const ResourceEntryRef &Entry, in addNameNode()
500 const ResourceEntryRef &Entry, uint32_t Origin, in addLanguageNode()