HomeSort by relevance Sort by last modified time
    Searched refs:VBTables (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 148 std::map<StringRef, ArrayRef<little32_t>> VBTables;
210 // VBTables in the MS-ABI start with '??_8' and are filled with 32-bit
216 VBTables[SymName] = VBTableData;
334 for (const auto &VBTable : VBTables) {
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 39 const VPtrInfoVector *VBTables;
99 for (const VPtrInfo *VBT : *VBGlobals.VBTables) {
759 /// \brief All the vbtables which have been referenced.
    [all...]

Completed in 304 milliseconds