Home
last modified time | relevance | path

Searched refs:ScopesWithImportedEntities (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h443 ImportedEntityMap ScopesWithImportedEntities; variable
DDwarfDebug.cpp661 ScopesWithImportedEntities.begin(), ScopesWithImportedEntities.end(), in constructScopeDIE()
939 ScopesWithImportedEntities.push_back(std::make_pair( in beginModule()
942 std::sort(ScopesWithImportedEntities.begin(), in beginModule()
943 ScopesWithImportedEntities.end(), less_first()); in beginModule()