Searched refs:MethodVFTableLocation (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | VTableBuilder.h | 539 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 D | Mangle.h | 35 struct MethodVFTableLocation; 258 const MethodVFTableLocation &ML,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 2515 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 D | MicrosoftMangle.cpp | 157 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 D | MicrosoftCXXABI.cpp | 266 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 D | CGDebugInfo.cpp | 2243 MethodVFTableLocation ML = in CreateCXXMemberFunction()
|