Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h539 struct MethodVFTableLocation { struct
554 MethodVFTableLocation() in MethodVFTableLocation() argument
558 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase, in MethodVFTableLocation() function
563 bool operator<(const MethodVFTableLocation &other) const {
579 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
618 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
H A DMangle.h35 struct MethodVFTableLocation;
255 const MethodVFTableLocation &ML,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2513 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2655 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
3684 const MethodVFTableLocation &LHS, in vfptrIsEarlierInMDC()
3685 const MethodVFTableLocation &RHS) { in vfptrIsEarlierInMDC()
3729 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation()
3730 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation()
3748 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations()
3871 MethodVFTableLocation
H A DMicrosoftMangle.cpp159 const MethodVFTableLocation &ML,
389 const MethodVFTableLocation &ML);
809 MethodVFTableLocation ML = in mangleMemberFunctionPointer()
907 MethodVFTableLocation ML = in mangleMemberFunctionPointerInClassNTTP()
917 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk()
3782 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp265 MethodVFTableLocation ML = in getThisArgumentTypeForMethod()
663 const MethodVFTableLocation &ML);
1450 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment()
1498 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall()
1968 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer()
2067 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk()
2994 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
H A DCGDebugInfo.cpp2070 MethodVFTableLocation ML = in CreateCXXMemberFunction()