Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1724 auto &NextTable = unwrapOrError(RSF.getEntrySubDir(Entry)); in countTotalTableEntries()
1781 auto &NextTable = unwrapOrError(RSF.getEntrySubDir(Entry)); in printResourceDirectoryTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1199 getEntrySubDir(const coff_resource_dir_entry &Entry);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1686 ResourceSectionRef::getEntrySubDir(const coff_resource_dir_entry &Entry) { in getEntrySubDir() function in ResourceSectionRef