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

/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.h29 void printEntry(const ResourceEntryRef &Ref);
H A DWindowsResourceDumper.cpp54 void Dumper::printEntry(const ResourceEntryRef &Ref) {
/openbsd-current/gnu/llvm/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;
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
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp67 Expected<ResourceEntryRef> WindowsResource::getHeadEntry() {
71 return ResourceEntryRef::create(BinaryStreamRef(BBS), this);
74 ResourceEntryRef::ResourceEntryRef(BinaryStreamRef Ref, function in class:llvm::object::ResourceEntryRef
78 Expected<ResourceEntryRef>
79 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) {
80 auto Ref = ResourceEntryRef(BSR, Owner);
86 Error ResourceEntryRef::moveNext(bool &End) {
114 Error ResourceEntryRef::loadNext() {
180 const ResourceEntryRef
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp193 ResourceEntryRef Entry = error(RF->getHeadEntry());

Completed in 70 milliseconds