Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1197 getEntryNameString(const coff_resource_dir_entry &Entry);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1670 ResourceSectionRef::getEntryNameString(const coff_resource_dir_entry &Entry) { in getEntryNameString() function in ResourceSectionRef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1748 ArrayRef<UTF16> RawEntryNameString = unwrapOrError(RSF.getEntryNameString(Entry)); in printResourceDirectoryTable()