Home
last modified time | relevance | path

Searched refs:MethodVFTableLocation (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DVTableBuilder.h510 struct MethodVFTableLocation { struct
525 MethodVFTableLocation() in MethodVFTableLocation() argument
529 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase, in MethodVFTableLocation() argument
534 bool operator<(const MethodVFTableLocation &other) const {
550 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
591 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
H A DMangle.h34 struct MethodVFTableLocation;
244 const MethodVFTableLocation &ML,
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp2416 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2558 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
3587 const MethodVFTableLocation &LHS, in vfptrIsEarlierInMDC()
3588 const MethodVFTableLocation &RHS) { in vfptrIsEarlierInMDC()
3632 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation()
3633 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation()
3651 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations()
3774 MethodVFTableLocation
H A DMicrosoftMangle.cpp156 const MethodVFTableLocation &ML,
372 const MethodVFTableLocation &ML);
740 MethodVFTableLocation ML = in mangleMemberFunctionPointer()
776 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk()
3487 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp241 MethodVFTableLocation ML = in getThisArgumentTypeForMethod()
640 const MethodVFTableLocation &ML);
1407 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment()
1455 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall()
1937 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer()
2033 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk()
2959 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
H A DCGDebugInfo.cpp1794 MethodVFTableLocation ML = in CreateCXXMemberFunction()