Home
last modified time | relevance | path

Searched defs:TablePtr (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.h106 typedef Ptr<Table> TablePtr; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp570 const XCOFFSectionHeader64 *TablePtr = sectionHeaderTable64(); in sections64() local
577 const XCOFFSectionHeader32 *TablePtr = sectionHeaderTable32(); in sections32() local
DCOFFObjectFile.cpp1742 const uint8_t *TablePtr = reinterpret_cast<const uint8_t *>(&Table); in getTableEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp262 MachineInstrBuilder MachineIRBuilder::buildBrJT(Register TablePtr, in buildBrJT()