HomeSort by relevance Sort by last modified time
    Searched refs: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(Int64Ty, AddressPoint)
CGCXX.cpp 266 uint64_t AddressPoint =
269 VTableIndex += AddressPoint;
ItaniumCXXABI.cpp     [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 258 uint64_t AddressPoint = AddressPoints.lookup(Base);
259 assert(AddressPoint != 0 || IsMicrosoftABI);
262 return AddressPoint;
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 69 milliseconds