Home
last modified time | relevance | path

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

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