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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1457 const TypeIdSummary *getTypeIdSummary(StringRef TypeId) const {
1465 TypeIdSummary *getTypeIdSummary(StringRef TypeId) {
1467 static_cast<const ModuleSummaryIndex *>(this)->getTypeIdSummary(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 849 auto *TIdSum = Summary.getTypeIdSummary(SlotSummary.TypeID);
1831 ImportSummary->getTypeIdSummary(cast<MDString>(TypeId)->getString());
1927 ImportSummary->getTypeIdSummary(TypeId->getString());
LowerTypeTests.cpp 962 const TypeIdSummary *TidSummary = ImportSummary->getTypeIdSummary(TypeId);

Completed in 41 milliseconds