Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h466 struct MethodVFTableLocation { struct
481 MethodVFTableLocation() in MethodVFTableLocation() argument
485 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase, in MethodVFTableLocation() argument
490 bool operator<(const MethodVFTableLocation &other) const {
503 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
542 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
/external/clang/lib/AST/
DVTableBuilder.cpp2387 typedef MicrosoftVTableContext::MethodVFTableLocation MethodVFTableLocation; typedef in __anon248cc0a10511::VFTableBuilder
2389 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2529 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
3601 MethodVFTableLocation NewLoc = Loc.second; in computeVTableRelatedInformation()
3619 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations()
3741 const MicrosoftVTableContext::MethodVFTableLocation &
DMicrosoftMangle.cpp302 const MicrosoftVTableContext::MethodVFTableLocation &ML);
601 const MicrosoftVTableContext::MethodVFTableLocation &ML = in mangleMemberFunctionPointer()
639 const MicrosoftVTableContext::MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk()
2555 const MicrosoftVTableContext::MethodVFTableLocation &ML = in mangleVirtualMemPtrThunk()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp220 MicrosoftVTableContext::MethodVFTableLocation ML = in getThisArgumentTypeForMethod()
611 const MicrosoftVTableContext::MethodVFTableLocation &ML);
1276 MicrosoftVTableContext::MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment()
1325 MicrosoftVTableContext::MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall()
1790 MicrosoftVTableContext::MethodVFTableLocation &ML) { in getClassAtVTableLocation()
1813 MicrosoftVTableContext::MethodVFTableLocation ML = in getVirtualFunctionPointer()
1887 const MicrosoftVTableContext::MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk()
2695 MicrosoftVTableContext::MethodVFTableLocation ML = in EmitMemberFunctionPointer()
DCGDebugInfo.cpp1261 MicrosoftVTableContext::MethodVFTableLocation ML = in CreateCXXMemberFunction()