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 156 std::map<StringRef, ArrayRef<little32_t>> VBTables;
218 // VBTables in the MS-ABI start with '??_8' and are filled with 32-bit
224 VBTables[SymName] = VBTableData;
342 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 218 milliseconds