HomeSort by relevance Sort by last modified time
    Searched defs:Items (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 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)
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 202 // Write out the number of items in the bucket.
299 const unsigned char* Items = Base + offset;
301 // 'Items' starts with a 16-bit unsigned integer representing the
302 // number of items in this bucket.
303 unsigned len = ReadUnalignedLE16(Items);
307 uint32_t item_hash = ReadUnalignedLE32(Items);
310 const std::pair<unsigned, unsigned>& L = Info::ReadKeyDataLength(Items);
315 Items += item_len;
321 InfoPtr->ReadKey((const unsigned char* const) Items, L.first);
325 Items += item_len
    [all...]

Completed in 54 milliseconds