Home
last modified time | relevance | path

Searched refs:ResourceEntryRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h98 class ResourceEntryRef {
118 ResourceEntryRef(BinaryStreamRef Ref, const WindowsResource *Owner);
121 static Expected<ResourceEntryRef> create(BinaryStreamRef Ref,
138 Expected<ResourceEntryRef> getHeadEntry();
146 friend class ResourceEntryRef;
201 bool addEntry(const ResourceEntryRef &Entry, uint32_t Origin,
205 TreeNode &addTypeNode(const ResourceEntryRef &Entry,
207 TreeNode &addNameNode(const ResourceEntryRef &Entry,
209 bool addLanguageNode(const ResourceEntryRef &Entry, uint32_t Origin,
248 bool shouldIgnoreDuplicate(const ResourceEntryRef &Entry) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp74 ResourceEntryRef::ResourceEntryRef(BinaryStreamRef Ref, in ResourceEntryRef() function in llvm::object::ResourceEntryRef
78 Expected<ResourceEntryRef>
80 auto Ref = ResourceEntryRef(BSR, Owner); in create()
86 Error ResourceEntryRef::moveNext(bool &End) { in moveNext()
114 Error ResourceEntryRef::loadNext() { in loadNext()
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()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.h29 void printEntry(const ResourceEntryRef &Ref);
H A DWindowsResourceDumper.cpp54 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry()