HomeSort by relevance Sort by last modified time
    Searched defs:Entry (Results 101 - 125 of 1665) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 22 /// A single macro entry within a macro list.
23 struct Entry {
24 /// The type of the macro entry.
34 /// The string (name, value) of the macro entry.
43 typedef SmallVector<Entry, 4> MacroList;
DWARFDebugPubTable.h 26 struct Entry {
30 /// An entry of the various gnu_pub* debug sections.
59 std::vector<Entry> Entries;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PredIteratorCache.h 44 BasicBlock **&Entry = BlockToPredsMap[BB];
45 if (Entry)
46 return Entry;
53 Entry = Memory.Allocate<BasicBlock *>(PredCache.size());
54 std::copy(PredCache.begin(), PredCache.end(), Entry);
55 return Entry;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 24 struct Entry {
39 SmallVector<Entry, 2> Entries;
63 struct Entry {
71 SmallVector<Entry, 2> Entries;
DWARFDebugMacro.h 22 /// A single macro entry within a macro list.
23 struct Entry {
24 /// The type of the macro entry.
34 /// The string (name, value) of the macro entry.
43 typedef SmallVector<Entry, 4> MacroList;
DWARFDebugPubTable.h 26 struct Entry {
30 /// An entry of the various gnu_pub* debug sections.
59 std::vector<Entry> Entries;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PredIteratorCache.h 44 BasicBlock **&Entry = BlockToPredsMap[BB];
45 if (Entry)
46 return Entry;
53 Entry = Memory.Allocate<BasicBlock *>(PredCache.size());
54 std::copy(PredCache.begin(), PredCache.end(), Entry);
55 return Entry;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 24 struct Entry {
39 SmallVector<Entry, 2> Entries;
63 struct Entry {
71 SmallVector<Entry, 2> Entries;
DWARFDebugMacro.h 22 /// A single macro entry within a macro list.
23 struct Entry {
24 /// The type of the macro entry.
34 /// The string (name, value) of the macro entry.
43 typedef SmallVector<Entry, 4> MacroList;
DWARFDebugPubTable.h 26 struct Entry {
30 /// An entry of the various gnu_pub* debug sections.
59 std::vector<Entry> Entries;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PredIteratorCache.h 44 BasicBlock **&Entry = BlockToPredsMap[BB];
45 if (Entry)
46 return Entry;
53 Entry = Memory.Allocate<BasicBlock *>(PredCache.size());
54 std::copy(PredCache.begin(), PredCache.end(), Entry);
55 return Entry;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 27 struct Entry {
42 SmallVector<Entry, 2> Entries;
77 struct Entry {
85 SmallVector<Entry, 2> Entries;
DWARFDebugMacro.h 22 /// A single macro entry within a macro list.
23 struct Entry {
24 /// The type of the macro entry.
34 /// The string (name, value) of the macro entry.
43 using MacroList = SmallVector<Entry, 4>;
DWARFDebugPubTable.h 26 struct Entry {
30 /// An entry of the various gnu_pub* debug sections.
59 std::vector<Entry> Entries;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PredIteratorCache.h 44 BasicBlock **&Entry = BlockToPredsMap[BB];
45 if (Entry)
46 return Entry;
53 Entry = Memory.Allocate<BasicBlock *>(PredCache.size());
54 std::copy(PredCache.begin(), PredCache.end(), Entry);
55 return Entry;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 27 struct Entry {
42 SmallVector<Entry, 2> Entries;
77 struct Entry {
85 SmallVector<Entry, 2> Entries;
DWARFDebugMacro.h 22 /// A single macro entry within a macro list.
23 struct Entry {
24 /// The type of the macro entry.
34 /// The string (name, value) of the macro entry.
43 using MacroList = SmallVector<Entry, 4>;
DWARFDebugPubTable.h 26 struct Entry {
30 /// An entry of the various gnu_pub* debug sections.
59 std::vector<Entry> Entries;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PredIteratorCache.h 44 BasicBlock **&Entry = BlockToPredsMap[BB];
45 if (Entry)
46 return Entry;
53 Entry = Memory.Allocate<BasicBlock *>(PredCache.size());
54 std::copy(PredCache.begin(), PredCache.end(), Entry);
55 return Entry;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 27 struct Entry {
42 SmallVector<Entry, 2> Entries;
77 struct Entry {
85 SmallVector<Entry, 2> Entries;
DWARFDebugMacro.h 22 /// A single macro entry within a macro list.
23 struct Entry {
24 /// The type of the macro entry.
34 /// The string (name, value) of the macro entry.
43 using MacroList = SmallVector<Entry, 4>;
DWARFDebugPubTable.h 26 struct Entry {
30 /// An entry of the various gnu_pub* debug sections.
59 std::vector<Entry> Entries;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PredIteratorCache.h 44 BasicBlock **&Entry = BlockToPredsMap[BB];
45 if (Entry)
46 return Entry;
53 Entry = Memory.Allocate<BasicBlock *>(PredCache.size());
54 std::copy(PredCache.begin(), PredCache.end(), Entry);
55 return Entry;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 27 struct Entry {
42 SmallVector<Entry, 2> Entries;
77 struct Entry {
85 SmallVector<Entry, 2> Entries;
DWARFDebugMacro.h 22 /// A single macro entry within a macro list.
23 struct Entry {
24 /// The type of the macro entry.
34 /// The string (name, value) of the macro entry.
43 using MacroList = SmallVector<Entry, 4>;

Completed in 436 milliseconds

1 2 3 45 6 7 8 91011>>