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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.cpp 17 if (Lists.back().EntryOffset == Entries.size()) {
29 if (Entries.back().ByteOffset != DWARFBytes.size())
33 Comments.erase(Comments.begin() + Entries.back().CommentOffset,
35 Entries.pop_back();
37 assert(Lists.back().EntryOffset <= Entries.size() &&
38 "Popped off more entries than are in the list");
DebugLocStream.h 25 /// \brief Byte stream of .debug_loc entries.
27 /// Stores a unified stream of .debug_loc entries. There's \a List for each
54 SmallVector<Entry, 32> Entries;
77 /// Until the next call, \a startEntry() will add entries to this list.
80 Lists.emplace_back(CU, Entries.size());
86 /// If there are no entries in this list, delete it outright. Otherwise,
97 Entries.emplace_back(BeginSym, EndSym, DWARFBytes.size(), Comments.size());
110 return makeArrayRef(Entries)
117 .slice(Entries[EI].ByteOffset, getNumBytes(EI));
122 .slice(Entries[EI].CommentOffset, getNumComments(EI))
    [all...]
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)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 /// Return whether the section has any entries.
40 bool empty() const { return Entries.empty(); }
46 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 /// Return whether the section has any entries.
40 bool empty() const { return Entries.empty(); }
46 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 /// Return whether the section has any entries.
40 bool empty() const { return Entries.empty(); }
46 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 /// Return whether the section has any entries.
40 bool empty() const { return Entries.empty(); }
46 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 /// Return whether the section has any entries.
40 bool empty() const { return Entries.empty(); }
46 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 /// Return whether the section has any entries.
40 bool empty() const { return Entries.empty(); }
46 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 /// Return whether the section has any entries.
40 bool empty() const { return Entries.empty(); }
46 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 /// Return whether the section has any entries.
40 bool empty() const { return Entries.empty(); }
46 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 30 /// reusing entries.
55 // Entries in the final table, or 0 before layout was called.
56 unsigned Entries;
64 SequenceToOffsetTable() : Entries(0) {}
69 assert(Entries == 0 && "Cannot call add() after layout()");
87 assert(Entries && "Call layout() before size()");
88 return Entries;
93 assert(Entries == 0 && "Can only call layout() once");
97 I->second = Entries;
99 Entries += I->first.size() + 1
    [all...]
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 262 // Fast path: we can just add entries to the end.
263 if (Entries.empty() || Entries.back().End <= begin) {
264 Entries.push_back({begin, end, type});
269 // TODO: do a binary search if Entries is big enough for it to matter.
270 size_t index = Entries.size() - 1;
272 if (Entries[index - 1].End <= begin) break;
278 if (Entries[index].Begin >= end) {
282 Entries.insert(Entries.begin() + index, {begin, end, type})
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 39 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp 19 Entries.clear();
42 Entries.push_back(entry);
48 for (const RangeListEntry &RLE : Entries) {
60 for (const RangeListEntry &RLE : Entries) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 40 std::vector<std::unique_ptr<FrameEntry>> Entries;
  /external/llvm/lib/MC/
ConstantPools.cpp 25 if (Entries.empty())
28 for (const ConstantPoolEntry &Entry : Entries) {
34 Entries.clear();
41 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size, Loc));
45 bool ConstantPool::empty() { return Entries.empty(); }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.c 64 if ( pWebServer->Entries >= MaxEntries ) {
112 // Initialize the new entries in the FD list
144 // Initialize the new entries in the port list
191 pFdList[ pWebServer->Entries ].fd = SocketFD;
192 pFdList[ pWebServer->Entries ].events = POLLRDNORM
194 pFdList[ pWebServer->Entries ].revents = 0;
199 pWebServer->ppPortList[ pWebServer->Entries ] = pPort;
204 pWebServer->Entries += 1;
207 pWebServer->Entries ));
237 nfds_t Entries;
    [all...]
  /frameworks/native/cmds/lshal/
TableEntry.h 112 using Entries = std::vector<TableEntry>;
114 Entries::iterator begin() { return mEntries.begin(); }
115 Entries::const_iterator begin() const { return mEntries.begin(); }
116 Entries::iterator end() { return mEntries.end(); }
117 Entries::const_iterator end() const { return mEntries.end(); }
133 Entries mEntries;
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DxeInit.c 239 gHob->NvStorageFvb.FvbInfo.Entries[0].Base, gHob->NvFtwFvb.FvbInfo.Entries[0].Length,
242 gHob->NvStorage.FvbInfo.Entries[0].Base, gHob->NvStorage.FvbInfo.Entries[0].Length,
244 gHob->NvFtwWorking.FvbInfo.Entries[0].Base, gHob->NvFtwWorking.FvbInfo.Entries[0].Length,
245 gHob->NvFtwSpare.FvbInfo.Entries[0].Base, gHob->NvFtwSpare.FvbInfo.Entries[0].Length,

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>