Searched refs:BaseTable (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 293 using BaseTable = MultiOnDiskHashTable<ReaderInfo>; variable 307 const BaseTable *Base) { in emit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 367 UNWRAP_REF_OR_RETURN(BaseTable, RSR.getBaseTable()); in parse() 371 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1870 auto &BaseTable = unwrapOrError(Obj->getFileName(), RSF.getBaseTable()); in printCOFFResources() local 1872 countTotalTableEntries(RSF, BaseTable, "Type")); in printCOFFResources() 1876 printResourceDirectoryTable(RSF, BaseTable, "Type"); in printCOFFResources()
|