Searched refs:MethodVFTableLocation (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | VTableBuilder.h | 474 struct MethodVFTableLocation { struct 489 MethodVFTableLocation() in MethodVFTableLocation() argument 493 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase, in MethodVFTableLocation() argument 498 bool operator<(const MethodVFTableLocation &other) const { 514 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation> 555 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
|
| HD | Mangle.h | 33 struct MethodVFTableLocation; 207 const MethodVFTableLocation &ML,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | VTableBuilder.cpp | 2369 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation> 2510 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable() 3543 const MethodVFTableLocation &LHS, in vfptrIsEarlierInMDC() 3544 const MethodVFTableLocation &RHS) { in vfptrIsEarlierInMDC() 3588 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation() 3589 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation() 3607 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() 3730 MethodVFTableLocation
|
| HD | MicrosoftMangle.cpp | 140 const MethodVFTableLocation &ML, 317 const MethodVFTableLocation &ML); 666 MethodVFTableLocation ML = in mangleMemberFunctionPointer() 702 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk() 3057 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | MicrosoftCXXABI.cpp | 232 MethodVFTableLocation ML = in getThisArgumentTypeForMethod() 622 const MethodVFTableLocation &ML); 1371 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment() 1419 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall() 1883 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer() 1979 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk() 2819 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
|
| HD | CGDebugInfo.cpp | 1583 MethodVFTableLocation ML = in CreateCXXMemberFunction()
|