Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h510 struct MethodVFTableLocation { struct
525 MethodVFTableLocation() in MethodVFTableLocation() argument
529 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase, in MethodVFTableLocation() function
534 bool operator<(const MethodVFTableLocation &other) const {
550 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
591 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
H A DMangle.h34 struct MethodVFTableLocation;
230 const MethodVFTableLocation &ML,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp2416 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2558 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
3591 const MethodVFTableLocation &LHS, in vfptrIsEarlierInMDC()
3592 const MethodVFTableLocation &RHS) { in vfptrIsEarlierInMDC()
3636 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation()
3637 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation()
3655 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations()
3778 MethodVFTableLocation
H A DMicrosoftMangle.cpp142 const MethodVFTableLocation &ML,
358 const MethodVFTableLocation &ML);
723 MethodVFTableLocation ML = in mangleMemberFunctionPointer()
759 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk()
3447 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp237 MethodVFTableLocation ML = in getThisArgumentTypeForMethod()
634 const MethodVFTableLocation &ML);
1400 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment()
1448 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall()
1930 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer()
2026 const MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk()
2866 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
H A DCGDebugInfo.cpp1721 MethodVFTableLocation ML = in CreateCXXMemberFunction()