HomeSort by relevance Sort by last modified time
    Searched refs:Entries (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.cpp 34 // Order the address pool entries by ID
35 SmallVector<const MCExpr *, 64> Entries(Pool.size());
38 Entries[I.second.Number] =
43 for (const MCExpr *Entry : Entries)
DwarfStringPool.cpp 47 // Get all of the string pool entries and put them in an array by their ID so
50 Entries(Pool.size());
53 Entries[E.getValue().second] = &E;
55 for (const auto &Entry : Entries) {
56 // Emit a label for reference from debug information entries.
69 for (const auto &Entry : Entries) {
  /external/llvm/lib/MC/
ConstantPools.cpp 25 if (Entries.empty())
29 for (EntryVecTy::const_iterator I = Entries.begin(), E = Entries.end();
35 Entries.clear();
41 Entries.push_back(std::make_pair(CPEntryLabel, Value));
45 bool ConstantPool::empty() { return Entries.empty(); }
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 31 /// reusing entries.
56 // Entries in the final table, or 0 before layout was called.
57 unsigned Entries;
65 SequenceToOffsetTable() : Entries(0) {}
70 assert(Entries == 0 && "Cannot call add() after layout()");
89 assert(Entries == 0 && "Can only call layout() once");
93 I->second = Entries;
95 Entries += I->first.size() + 1;
101 assert(Entries && "Call layout() before get()");
113 assert(Entries && "Call layout() before emit()")
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.h 37 std::vector<std::unique_ptr<FrameEntry>> Entries;
DWARFDebugRangeList.cpp 19 Entries.clear();
42 Entries.push_back(entry);
48 for (const RangeListEntry &RLE : Entries) {
60 for (const RangeListEntry &RLE : Entries) {
DWARFDebugLoc.h 38 SmallVector<Entry, 2> Entries;
68 SmallVector<Entry, 2> Entries;
DWARFDebugLoc.cpp 22 for (const Entry &E : L.Entries) {
23 if (&E != L.Entries.begin())
72 Loc.Entries.push_back(std::move(E));
107 Loc.Entries.push_back(std::move(E));
116 for (const Entry &E : L.Entries) {
117 if (&E != L.Entries.begin())
DWARFDebugRangeList.h 48 // subsequent entries of the location list.
62 std::vector<RangeListEntry> Entries;
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.h 35 typedef TabRestoreService::Entries Entries;
45 // Invoked before the entries are cleared.
51 Entries::const_iterator entry_iterator);
61 // Max number of entries we'll keep around.
82 const Entries& entries() const;
99 // Adds |entry| to the list of entries and takes ownership. If |prune| is true
106 // entries.
113 Entries::iterator GetEntryIteratorById(SessionID::id_type id)
    [all...]
persistent_tab_restore_service.h 35 virtual const Entries& entries() const OVERRIDE;
56 Entries* mutable_entries();
tab_restore_service.h 39 // To listen for changes to the set of entries managed by the TabRestoreService
71 // Is this entry from the last session? This is set to true for entries that
72 // were closed during the last session, and false for entries that were
125 typedef std::list<Entry*> Entries;
135 // entries has changed.
140 // at least one tab, a Window is created, added to entries and observers are
147 // Removes all entries from the list and notifies observers the list
151 // Returns the entries, ordered with most recently closed entries at the
153 virtual const Entries& entries() const = 0
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller_mock.cc 22 WillByDefault(Return(Entries()));
media_galleries_dialog_controller.h 57 typedef std::vector<Entry> Entries;
71 // The titles for different sections of entries. Empty hides the header.
76 virtual Entries GetSectionEntries(size_t index) const = 0;
87 // A folder viewer button was clicked for one of the entries.
media_galleries_dialog_controller_mock.h 22 MOCK_CONST_METHOD1(GetSectionEntries, Entries(size_t));
  /external/llvm/lib/Support/
SpecialCaseList.cpp 49 SpecialCaseList::SpecialCaseList() : Entries() {}
84 assert(Entries.empty() &&
120 Entries[Prefix][Category].Strings.insert(Regexp);
152 Entries[I->getKey()][II->getKey()].RegEx.reset(new Regex(II->getValue()));
162 StringMap<StringMap<Entry> >::const_iterator I = Entries.find(Section);
163 if (I == Entries.end()) return false;
YAMLTraits.cpp 170 return SQ->Entries.size();
183 CurrentNode = SQ->Entries[Index];
195 return SQ->Entries.size();
205 CurrentNode = SQ->Entries[index];
243 BitValuesUsed.insert(BitValuesUsed.begin(), SQ->Entries.size(), false);
256 for (HNode *N : SQ->Entries) {
277 assert(BitValuesUsed.size() == SQ->Entries.size());
278 for (unsigned i = 0; i < SQ->Entries.size(); ++i) {
280 setError(SQ->Entries[i], "unknown bit value");
323 SQHNode->Entries.push_back(Entry)
    [all...]
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 86 StringMap<StringMap<Entry> > Entries;
89 /// Parses just-constructed SpecialCaseList entries from a memory buffer.
  /external/chromium_org/ppapi/cpp/
directory_entry.cc 65 typedef std::vector<PP_DirectoryEntry> Entries;
66 for (Entries::iterator it = temp_storage_.begin();
  /external/chromium_org/ui/views/
view_model.h 80 typedef std::vector<Entry> Entries;
91 Entries entries_;
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views_unittest.cc 67 MediaGalleriesDialogController::Entries attached_permissions;
87 MediaGalleriesDialogController::Entries attached_permissions;
113 MediaGalleriesDialogController::Entries attached_permissions;
140 MediaGalleriesDialogController::Entries attached_permissions;
  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 54 SmallVector<DiagEntry, 8> Entries;
  /external/llvm/include/llvm/MC/
ConstantPools.h 29 EntryVecTy Entries;
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 30 // this is because PhysRegEntries works like a SparseSet and its entries are
52 Entries[i].clear(mf, indexes, lis);
57 if (E < CacheEntries && Entries[E].getPhysReg() == PhysReg) {
58 if (!Entries[E].valid(LIUArray, TRI))
59 Entries[E].revalidate(LIUArray, TRI);
60 return &Entries[E];
67 // Skip entries that are in use.
68 if (Entries[E].hasRefs()) {
73 Entries[E].reset(PhysReg, LIUArray, TRI, MF);
75 return &Entries[E]
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsnamed.c 47 mlu ->Entries = (_cmsMLUentry*) _cmsCalloc(ContextID, nItems, sizeof(_cmsMLUentry));
48 if (mlu ->Entries == NULL) {
107 NewPtr = (_cmsMLUentry*)_cmsRealloc(mlu ->ContextID, mlu ->Entries, AllocatedEntries*sizeof(_cmsMLUentry));
110 mlu ->Entries = NewPtr;
129 if (mlu ->Entries[i].Country == CountryCode &&
130 mlu ->Entries[i].Language == LanguageCode) return i;
172 mlu ->Entries[mlu ->UsedEntries].StrW = Offset;
173 mlu ->Entries[mlu ->UsedEntries].Len = size;
174 mlu ->Entries[mlu ->UsedEntries].Country = CountryCode;
175 mlu ->Entries[mlu ->UsedEntries].Language = LanguageCode
    [all...]

Completed in 508 milliseconds

1 2 3 4 5