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 206 /// 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.
298 const unsigned char* Items = Base + offset;
300 // 'Items' starts with a 16-bit unsigned integer representing the
301 // number of items in this bucket.
302 unsigned len = ReadUnalignedLE16(Items);
306 uint32_t item_hash = ReadUnalignedLE32(Items);
309 const std::pair<unsigned, unsigned>& L = Info::ReadKeyDataLength(Items);
314 Items += item_len;
320 InfoPtr->ReadKey((const unsigned char* const) Items, L.first);
324 Items += item_len
    [all...]

Completed in 213 milliseconds