Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h107 std::unique_ptr<PDBSymbolTypeVTable> VTable; variable
144 VTableLayoutItem *VTable = nullptr; variable
DPDBTypes.h267 VTable, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp208 GlobalVariable *VTable = VTableInfo.first; in ScanVTableLoad() local
DWholeProgramDevirt.cpp311 Value *VTable; member
437 void VTableSlotInfo::addCallSite(Value *VTable, CallSite CS, in addCallSite()
/third_party/sqlite/src/
Dsqlite3.c15012 typedef struct VTable VTable; typedef
17829 struct VTable { struct
17837 VTable *pNext; /* Next in linked list (see above) */ argument