HomeSort by relevance Sort by last modified time
    Searched refs:VTableLayoutMap (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.h 131 /// VTableLayoutMap - Stores the vtable layout for all record decls.
135 VTableLayoutMapTy VTableLayoutMap;
156 assert(VTableLayoutMap.count(RD) && "No vtable layout for this class!");
158 return VTableLayoutMap.lookup(RD).getPointer()[0];
162 assert(VTableLayoutMap.count(RD) && "No vtable layout for this class!");
164 uint64_t *Components = VTableLayoutMap.lookup(RD).getPointer();
CGVTables.cpp     [all...]

Completed in 51 milliseconds