Home | History | Annotate | Download | only in llvm-ld

Lines Matching defs:Items

205 ///  This is mainly done because functions to remove items from the environment
479 Linker::ItemList& Items,
483 // Build the list of linkage items for LinkItems.
501 Items.push_back(std::make_pair(*fileIt++, false));
504 Items.push_back(std::make_pair(*libIt++, true));
567 // Keep track of the native link items (versus the bitcode items)
592 // Build a list of the items from our command line
593 Linker::ItemList Items;
594 BuildLinkItems(Items, InputFilenames, Libraries);
596 // Link all the items together
597 if (TheLinker.LinkInItems(Items, NativeLinkItems) )