HomeSort by: relevance | last modified time | path
    Searched refs:typeIdCompatibleVtableMap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 2190 if (ExportSummary.typeIdCompatibleVtableMap().empty())
2194 for (auto &P : ExportSummary.typeIdCompatibleVtableMap()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1044 TypeIdCompatibleVtableMap;
1471 const auto &typeIdCompatibleVtableMap() const {
1472 return TypeIdCompatibleVtableMap;
1475 /// Return an existing or new TypeIdCompatibleVtableMap entry for \p TypeId.
1480 return TypeIdCompatibleVtableMap[std::string(TypeId)];
1483 /// For the given \p TypeId, this returns the TypeIdCompatibleVtableMap
1487 auto I = TypeIdCompatibleVtableMap.find(TypeId);
1488 if (I == TypeIdCompatibleVtableMap.end())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 1093 for (auto &TId : TheIndex->typeIdCompatibleVtableMap())
2958 // Print the TypeIdCompatibleVtableMap entries.
2959 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4042 for (auto &S : Index->typeIdCompatibleVtableMap()) {

Completed in 55 milliseconds