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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.h29 void printEntry(const ResourceEntryRef &Ref);
H A DWindowsResourceDumper.cpp55 void Dumper::printEntry(const ResourceEntryRef &Ref) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h98 class ResourceEntryRef { class in namespace:llvm::object
118 ResourceEntryRef(BinaryStreamRef Ref, const WindowsResource *Owner);
121 static Expected<ResourceEntryRef> create(BinaryStreamRef Ref,
138 Expected<ResourceEntryRef> getHeadEntry();
146 friend class ResourceEntryRef;
203 bool addEntry(const ResourceEntryRef &Entry, uint32_t Origin,
207 TreeNode &addTypeNode(const ResourceEntryRef &Entry,
209 TreeNode &addNameNode(const ResourceEntryRef &Entry,
211 bool addLanguageNode(const ResourceEntryRef &Entry, uint32_t Origin,
250 bool shouldIgnoreDuplicate(const ResourceEntryRef
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp69 Expected<ResourceEntryRef> WindowsResource::getHeadEntry() {
73 return ResourceEntryRef::create(BinaryStreamRef(BBS), this);
76 ResourceEntryRef::ResourceEntryRef(BinaryStreamRef Ref, function in class:llvm::object::ResourceEntryRef
80 Expected<ResourceEntryRef>
81 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) {
82 auto Ref = ResourceEntryRef(BSR, Owner);
88 Error ResourceEntryRef::moveNext(bool &End) {
116 Error ResourceEntryRef::loadNext() {
182 const ResourceEntryRef
[all...]

Completed in 176 milliseconds