HomeSort by relevance Sort by last modified time
    Searched defs:AddressPoint (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGVTT.cpp 65 uint64_t AddressPoint;
68 AddressPoint =
71 assert(AddressPoint != 0 && "Did not find vtable address point!");
73 AddressPoint = VTableAddressPoints[i->VTableIndex].lookup(i->VTableBase);
74 assert(AddressPoint != 0 && "Did not find ctor vtable address point!");
79 llvm::ConstantInt::get(Int32Ty, AddressPoint)
CGCXX.cpp 276 uint64_t AddressPoint =
279 VTableIndex += AddressPoint;
ItaniumCXXABI.cpp     [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 283 uint64_t AddressPoint = AddressPoints.lookup(Base);
284 assert(AddressPoint != 0 || IsMicrosoftABI);
287 return AddressPoint;
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 769 milliseconds