Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp427 UNWRAP_REF_OR_RETURN(DataEntry, RSR.getEntryData(Entry)); in addChildren()
H A DCOFFObjectFile.cpp1819 ResourceSectionRef::getEntryData(const coff_resource_dir_entry &Entry) { in getEntryData() function in ResourceSectionRef
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1249 getEntryData(const coff_resource_dir_entry &Entry);
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1969 unwrapOrError(Obj->getFileName(), RSF.getEntryData(Entry)); in printResourceDirectoryTable()