Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h475 struct MethodVFTableLocation { struct
490 MethodVFTableLocation() in MethodVFTableLocation() argument
494 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase, in MethodVFTableLocation() argument
499 bool operator<(const MethodVFTableLocation &other) const {
515 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
556 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
H A DMangle.h34 struct MethodVFTableLocation;
206 const MethodVFTableLocation &ML,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2369 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2511 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
3544 const MethodVFTableLocation &LHS, in vfptrIsEarlierInMDC()
3545 const MethodVFTableLocation &RHS) { in vfptrIsEarlierInMDC()
3589 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation()
3590 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation()
3608 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations()
3731 MethodVFTableLocation
H A DMicrosoftMangle.cpp139 const MethodVFTableLocation &ML,
309 const MethodVFTableLocation &ML);
651 MethodVFTableLocation ML = in mangleMemberFunctionPointer()
688 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk()
3010 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp232 MethodVFTableLocation ML = in getThisArgumentTypeForMethod()
619 const MethodVFTableLocation &ML);
1334 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment()
1382 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall()
1847 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer()
1934 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk()
2760 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
H A DCGDebugInfo.cpp1548 MethodVFTableLocation ML = in CreateCXXMemberFunction()