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

  /external/clang/include/clang/AST/
Mangle.h 219 uint32_t NVOffset, int32_t VBPtrOffset,
223 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
  /external/clang/lib/AST/
MicrosoftMangle.cpp 161 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
167 uint32_t NVOffset, int32_t VBPtrOffset,
593 uint64_t NVOffset = 0;
604 NVOffset = ML.VFPtrOffset.getQuantity();
617 NVOffset -= getASTContext().getOffsetOfBaseWithVBPtr(RD).getQuantity();
630 mangleNumber(static_cast<uint32_t>(NVOffset));
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 739 uint32_t NVOffset = 0,
    [all...]

Completed in 463 milliseconds