Lines Matching refs:ResourceEntryRef
59 Expected<ResourceEntryRef> WindowsResource::getHeadEntry() { in getHeadEntry()
63 return ResourceEntryRef::create(BinaryStreamRef(BBS), this); in getHeadEntry()
66 ResourceEntryRef::ResourceEntryRef(BinaryStreamRef Ref, in ResourceEntryRef() function in llvm::object::ResourceEntryRef
70 Expected<ResourceEntryRef>
71 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create()
72 auto Ref = ResourceEntryRef(BSR, Owner); in create()
78 Error ResourceEntryRef::moveNext(bool &End) { in moveNext()
106 Error ResourceEntryRef::loadNext() { in loadNext()
148 ResourceEntryRef Entry = EntryOrErr.get(); in parse()
175 void WindowsResourceParser::TreeNode::addEntry(const ResourceEntryRef &Entry, in addEntry()
215 WindowsResourceParser::TreeNode::addTypeNode(const ResourceEntryRef &Entry, in addTypeNode()
224 WindowsResourceParser::TreeNode::addNameNode(const ResourceEntryRef &Entry, in addNameNode()
234 const ResourceEntryRef &Entry) { in addLanguageNode()