Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp404 UNWRAP_OR_RETURN(NameString, RSR.getEntryNameString(Entry)); in addChildren()
H A DCOFFObjectFile.cpp1771 ResourceSectionRef::getEntryNameString(const coff_resource_dir_entry &Entry) { in getEntryNameString() function in ResourceSectionRef
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h1250 getEntryNameString(const coff_resource_dir_entry &Entry);
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1858 unwrapOrError(Obj->getFileName(), RSF.getEntryNameString(Entry)); in printResourceDirectoryTable()