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

  /external/clang/lib/AST/
MicrosoftMangle.cpp 132 uint32_t VBTableOffset, uint32_t Flags,
482 int64_t VBTableOffset;
490 VBTableOffset = 0;
494 VBTableOffset = -1;
515 mangleNumber(VBTableOffset);
539 uint64_t VBTableOffset = 0;
550 VBTableOffset = ML.VBTableIndex * 4;
566 VBTableOffset = -1;
575 mangleNumber(VBTableOffset);
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 219 uint32_t VBTableOffset, uint32_t Flags, raw_ostream &Out) = 0;
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 469 llvm::Value *VBTableOffset,
475 int32_t VBTableOffset,
477 assert(VBTableOffset % 4 == 0 && "should be byte offset into table of i32s");
479 *VBTOffset = llvm::ConstantInt::get(CGM.IntTy, VBTableOffset);
    [all...]

Completed in 585 milliseconds