|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/TinyPtrVector.h 316 push_back(Elt);
324 push_back(V);
include/llvm/IR/PassManager.h 1211 InvalidatedIDList.push_back(InvalidatedID);
lib/Analysis/EHPersonalities.cpp 112 Colors.push_back(Color);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 2176 Info.Methods[SP->getRawName()].push_back(SP);
lib/CodeGen/MachineModuleInfo.cpp 119 Entry.Symbols.push_back(Context.createTempSymbol(!BB->hasAddressTaken()));
lib/CodeGen/MachineSink.cpp 414 SeenDbgUsers[MO.getReg()].push_back(&MI);
1267 SeenDbgInstrs[Reg].push_back(MI);
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp 118 CatchObjects.insert({AI, {}}).first->second.push_back(
lib/CodeGen/WinEHPrepare.cpp 776 NewColors.push_back(FuncletPadBB);
lib/Transforms/IPO/LowerTypeTests.cpp 2052 MetadataByGUID[GlobalValue::getGUID(TypeId->getString())].push_back(
lib/Transforms/IPO/WholeProgramDevirt.cpp 1815 MetadataByGUID[GlobalValue::getGUID(TypeId->getString())].push_back(
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp 123 Invariants.push_back(OpV);
363 Invariants.push_back(BI.getCondition());
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp 439 UserToPNMap.insert({UI, {}}).first->second.push_back(PN);
lib/Transforms/Utils/Local.cpp 1508 Declares.push_back(DII);
lib/Transforms/Utils/SSAUpdater.cpp 359 UsesByBlock[User->getParent()].push_back(User);
tools/clang/include/clang/Sema/ParsedAttr.h 611 Attrs.push_back(attr);
740 AttrList.push_back(newAttr);
tools/clang/include/clang/Sema/ScopeInfo.h 443 ByrefBlockVars.push_back(VD);
tools/clang/lib/ARCMigrate/TransGCAttrs.cpp 311 AtProps[RawAt].push_back(PD);
tools/clang/lib/AST/ASTContext.cpp 1041 MergedDefModules[cast<NamedDecl>(ND->getCanonicalDecl())].push_back(M);
1536 OverriddenMethods[Method].push_back(Overridden);
tools/clang/lib/AST/RecordLayoutBuilder.cpp 261 Classes.push_back(RD);
tools/clang/lib/CodeGen/CodeGenModule.cpp 1142 DtorsUsingAtExit[Priority].push_back(Dtor);
tools/clang/lib/Index/CommentToXML.cpp 134 Exceptions.push_back(BCC);
tools/clang/lib/Lex/ModuleMap.cpp 1147 LazyHeadersByModTime[*Header.ModTime].push_back(Mod);
1149 LazyHeadersBySize[*Header.Size].push_back(Mod);
tools/clang/lib/Lex/PPMacroExpansion.cpp 163 LeafMacros.push_back(MM);
213 Info.ActiveModuleMacros.push_back(MM);
tools/clang/lib/Sema/SemaLookup.cpp 3645 ShadowMaps.back()[ND->getDeclName()].push_back(ND);
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp 1868 UnparsedDefaultArgInstantiations[OldParm].push_back(NewParm);
tools/clang/lib/Serialization/MultiOnDiskHashTable.h 172 Tables.push_back(Table(Merged).getOpaqueValue());
224 Tables.push_back(NewTable.getOpaqueValue());
tools/lld/ELF/InputFiles.cpp 606 linkSec->dependentSections.push_back(isec);
861 target->dependentSections.push_back(relocSec);
889 target->dependentSections.push_back(relocSec);
tools/lld/ELF/LinkerScript.cpp 667 v.push_back(sec);
tools/lld/ELF/SyntheticSections.cpp 445 dependentSections.push_back(ds);
unittests/ADT/TinyPtrVectorTest.cpp 62 V.push_back(Values[i]);
93 this->V.push_back(this->TestPtrs[0]);
95 this->V.push_back(this->TestPtrs[1]);
97 this->V.push_back(this->TestPtrs[2]);
99 this->V.push_back(this->TestPtrs[3]);
101 this->V.push_back(this->TestPtrs[4]);
111 this->V.push_back(this->TestPtrs[3]);
113 this->V.push_back(this->TestPtrs[4]);
utils/TableGen/DAGISelMatcherEmitter.cpp 126 SameCodePreds.push_back(TP);