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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 255 DenseMap<const DICompositeType *, codeview::TypeIndex> CompleteTypeIndices;
CodeViewDebug.cpp 2177 CompleteTypeIndices.clear();
2278 auto I = CompleteTypeIndices.find(Ty);
2279 if (I != CompleteTypeIndices.end() && I->second == TypeIndex())
2618 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()});
2639 CompleteTypeIndices[CTy] = TI;

Completed in 65 milliseconds