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

/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp39 auto EntryPtrOrErr = WinRes->getHeadEntry();
/openbsd-current/gnu/llvm/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp193 ResourceEntryRef Entry = error(RF->getHeadEntry());
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DWindowsResource.h138 Expected<ResourceEntryRef> getHeadEntry();
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp67 Expected<ResourceEntryRef> WindowsResource::getHeadEntry() { function in class:llvm::object::WindowsResource
329 auto EntryOrErr = WR->getHeadEntry();

Completed in 80 milliseconds