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

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
UDTLayout.h 154 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
UDTLayout.h 154 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
UDTLayout.h 146 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
UDTLayout.h 146 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
UDTLayout.h 146 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
UDTLayout.h 146 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
UDTLayout.h 154 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
UDTLayout.h 154 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
UDTLayout.h 146 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
UDTLayout.h 146 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
UDTLayout.h 146 VBPtrLayoutItem *VBPtr = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
UDTLayout.h 146 VBPtrLayoutItem *VBPtr = nullptr;
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 561 /// the vbptr to the virtual base. Optionally returns the address of the
562 /// vbptr itself.
567 llvm::Value **VBPtr = nullptr);
573 llvm::Value **VBPtr = nullptr) {
577 return GetVBaseOffsetFromVBPtr(CGF, Base, VBPOffset, VBTOffset, VBPtr);
    [all...]
CGRecordLayoutBuilder.cpp 80 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase, Scissor } Kind;
469 Members.push_back(MemberInfo(Layout.getVBPtrOffset(), MemberInfo::VBPtr,
    [all...]

Completed in 400 milliseconds