Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h416 struct MethodVFTableLocation { struct
427 MethodVFTableLocation() in MethodVFTableLocation() argument
430 MethodVFTableLocation(uint64_t VBTableIndex, CharUnits VFTableOffset, in MethodVFTableLocation() function
435 bool operator<(const MethodVFTableLocation &other) const {
449 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
477 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
/external/clang/lib/AST/
DVTableBuilder.cpp2461 typedef MicrosoftVFTableContext::MethodVFTableLocation MethodVFTableLocation; typedef in __anonf071dba20311::VFTableBuilder
2463 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2587 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.VFPtrOffset, in LayoutVFTable()
3180 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations()
3209 for (std::map<MethodVFTableLocation, std::string>::const_iterator in dumpMethodLocations()
3252 const MicrosoftVFTableContext::MethodVFTableLocation &