Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp405 UNWRAP_OR_RETURN(NameString, RSR.getEntryNameString(Entry)); in addChildren()
H A DCOFFObjectFile.cpp1811 ResourceSectionRef::getEntryNameString(const coff_resource_dir_entry &Entry) { in getEntryNameString() function in ResourceSectionRef
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1308 getEntryNameString(const coff_resource_dir_entry &Entry);
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2015 unwrapOrError(Obj->getFileName(), RSF.getEntryNameString(Entry)); in printResourceDirectoryTable()