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() argument
563 bool operator<(const MethodVFTableLocation &other) const {
579 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
618 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
H A DMangle.h35 struct MethodVFTableLocation;
258 const MethodVFTableLocation &ML,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2515 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2657 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
3686 const MethodVFTableLocation &LHS, in vfptrIsEarlierInMDC()
3687 const MethodVFTableLocation &RHS) { in vfptrIsEarlierInMDC()
3731 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation()
3732 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation()
3749 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations()
3871 MethodVFTableLocation
H A DMicrosoftMangle.cpp157 const MethodVFTableLocation &ML,
391 const MethodVFTableLocation &ML);
844 MethodVFTableLocation ML = in mangleMemberFunctionPointer()
942 MethodVFTableLocation ML = in mangleMemberFunctionPointerInClassNTTP()
952 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk()
3874 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp266 MethodVFTableLocation ML = in getThisArgumentTypeForMethod()
659 const MethodVFTableLocation &ML);
1447 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment()
1495 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall()
1963 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer()
2059 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk()
2986 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
H A DCGDebugInfo.cpp2243 MethodVFTableLocation ML = in CreateCXXMemberFunction()