HomeSort by: relevance | last modified time | path
    Searched defs:instanceSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 480 llvm::Constant *InstanceSize,
2892 llvm::Constant *InstanceSize,
2953 Elements.add(InstanceSize);
3431 int instanceSize =
3451 instanceSize = 0 - (instanceSize - superInstanceSize);
3596 llvm::ConstantInt::get(LongTy, instanceSize), IvarList, MethodList,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3415 uint32_t instanceSize;
3429 uint32_t instanceSize;
3724 sys::swapByteOrder(cro.instanceSize);
3738 sys::swapByteOrder(cro.instanceSize);
5172 outs() << " instanceSize " << cro.instanceSize << "\n";
5310 outs() << " instanceSize " << cro.instanceSize << "\n";

Completed in 29 milliseconds