Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h405 struct MethodVFTableLocation { struct
420 MethodVFTableLocation() in MethodVFTableLocation() argument
424 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase, in MethodVFTableLocation() function
429 bool operator<(const MethodVFTableLocation &other) const {
447 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
493 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
/trueos/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp2442 typedef MicrosoftVTableContext::MethodVFTableLocation MethodVFTableLocation; typedef in __anona2a482f90311::VFTableBuilder
2444 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2570 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.LastVBase, in LayoutVFTable()
3303 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations()
3332 for (std::map<MethodVFTableLocation, std::string>::const_iterator in dumpMethodLocations()
3410 const MicrosoftVTableContext::MethodVFTableLocation &
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp125 MicrosoftVTableContext::MethodVFTableLocation ML = in getThisArgumentTypeForMethod()
604 MicrosoftVTableContext::MethodVFTableLocation ML = in adjustThisArgumentForVirtualCall()
730 MicrosoftVTableContext::MethodVFTableLocation ML = in adjustThisParameterInVirtualFunctionPrologue()
931 MicrosoftVTableContext::MethodVFTableLocation ML = in getVirtualFunctionPointer()
1430 MicrosoftVTableContext::MethodVFTableLocation ML = in BuildMemberPointer()