Searched refs:BaseTable (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 295 using BaseTable = MultiOnDiskHashTable<ReaderInfo>; variable 309 const BaseTable *Base) { in emit()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 368 UNWRAP_REF_OR_RETURN(BaseTable, RSR.getBaseTable()); in parse() 372 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1962 auto &BaseTable = unwrapOrError(Obj->getFileName(), RSF.getBaseTable()); in printCOFFResources() local 1964 countTotalTableEntries(RSF, BaseTable, "Type")); in printCOFFResources() 1968 printResourceDirectoryTable(RSF, BaseTable, "Type"); in printCOFFResources()
|