Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/
Dtable.h106 typedef Ptr<Table> TablePtr; typedef
/external/rust/crates/weak-table/src/
Dlib.rs169 type TablePtr<K, V> = Box<[Bucket<K, V>]>; typedef
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp262 MachineInstrBuilder MachineIRBuilder::buildBrJT(Register TablePtr, in buildBrJT()