Searched refs:MethodVFTableLocation (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | VTableBuilder.h | 510 struct MethodVFTableLocation { struct 525 MethodVFTableLocation() in MethodVFTableLocation() argument 529 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase, in MethodVFTableLocation() argument 534 bool operator<(const MethodVFTableLocation &other) const { 550 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation> 591 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
|
| H A D | Mangle.h | 35 struct MethodVFTableLocation; 254 const MethodVFTableLocation &ML,
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 2417 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation> 2559 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable() 3588 const MethodVFTableLocation &LHS, in vfptrIsEarlierInMDC() 3589 const MethodVFTableLocation &RHS) { in vfptrIsEarlierInMDC() 3633 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation() 3634 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation() 3652 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() 3775 MethodVFTableLocation
|
| H A D | MicrosoftMangle.cpp | 157 const MethodVFTableLocation &ML, 373 const MethodVFTableLocation &ML); 741 MethodVFTableLocation ML = in mangleMemberFunctionPointer() 777 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk() 3498 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 253 MethodVFTableLocation ML = in getThisArgumentTypeForMethod() 653 const MethodVFTableLocation &ML); 1412 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment() 1460 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall() 1942 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer() 2040 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk() 2972 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
|
| H A D | CGDebugInfo.cpp | 1816 MethodVFTableLocation ML = in CreateCXXMemberFunction()
|