reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2657 LinkContext.CompileUnits.reserve( 2717 LinkContext.CompileUnits.push_back(std::make_unique<CompileUnit>( 2723 for (auto &CurrentUnit : LinkContext.CompileUnits) { 2752 for (auto &CurrentUnit : LinkContext.CompileUnits) 2756 for (auto &CurrentUnit : LinkContext.CompileUnits) 2758 LinkContext.CompileUnits, 2768 DIECloner(*this, LinkContext.RelocMgr, DIEAlloc, LinkContext.CompileUnits, 2773 if (!Options.NoOutput && !LinkContext.CompileUnits.empty() && 2777 LinkContext.CompileUnits[0]->getOrigUnit().getAddressByteSize());tools/dsymutil/DwarfLinker.h
167 CompileUnits.clear();