Searched defs:Entries (Results 1 - 25 of 54) sorted by relevance

123

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h39 std::vector<std::unique_ptr<FrameEntry>> Entries; member in class:llvm::DWARFDebugFrame
H A DDWARFDebugRangeList.h62 std::vector<RangeListEntry> Entries; member in class:llvm::DWARFDebugRangeList
69 const std::vector<RangeListEntry> &getEntries() { return Entries; }
H A DDWARFDebugLoc.h38 SmallVector<Entry, 2> Entries; member in struct:llvm::DWARFDebugLoc::LocationList
68 SmallVector<Entry, 2> Entries; member in struct:llvm::DWARFDebugLocDWO::LocationList
/external/llvm/include/llvm/Support/
H A DSpecialCaseList.h90 StringMap<StringMap<Entry>> Entries; member in class:llvm::SpecialCaseList
/external/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h55 SmallVector<StorageEntry, 4> Entries; member in class:clang::CodeGen::swiftcall::SwiftAggLowering
77 return Entries.empty();
/external/llvm/include/llvm/MC/
H A DConstantPools.h42 EntryVecTy Entries; member in class:llvm::ConstantPool
/external/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h60 SmallVector<DiagEntry, 8> Entries; member in class:clang::LogDiagnosticPrinter
/external/llvm/lib/IR/
H A DProfileSummary.cpp51 std::vector<Metadata *> Entries; local
59 Entries.push_back(MDTuple::get(Context, EntryMD));
62 MDTuple::get(Context, Entries)};
/external/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp146 std::vector<ProfileSummaryEntry> &Entries = Summary->getDetailedSummary(); local
147 encodeULEB128(Entries.size(), OS);
148 for (auto Entry : Entries) {
H A DSampleProfReader.cpp425 std::vector<ProfileSummaryEntry> &Entries) {
438 Entries.emplace_back(*Cutoff, *MinBlockCount, *NumBlocks);
467 std::vector<ProfileSummaryEntry> Entries;
469 std::error_code EC = readSummaryEntry(Entries);
474 ProfileSummary::PSK_Sample, Entries, *TotalCount, *MaxBlockCount, 0,
424 readSummaryEntry( std::vector<ProfileSummaryEntry> &Entries) argument
/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h55 // Entries in the final table, or 0 before layout was called.
56 unsigned Entries; member in class:llvm::SequenceToOffsetTable
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;
105 assert(Entries
[all...]
H A DDAGISelMatcherOpt.cpp416 Matcher *Entries[2] = { PrevMatcher, MatcherWithoutCTM }; local
417 std::unique_ptr<Matcher> Case(new ScopeMatcher(Entries));
/external/guava/guava/src/com/google/common/collect/
H A DFilteredKeyMultimap.java180 return new Entries();
183 class Entries extends ForwardingCollection<Entry<K, V>> { class in class:FilteredKeyMultimap
H A DAbstractMultimap.java115 return new Entries();
119 private class Entries extends Multimaps.Entries<K, V> { class in class:AbstractMultimap
131 private class EntrySet extends Entries implements Set<Entry<K, V>> {
H A DMultimaps.java1639 abstract static class Entries<K, V> extends class in class:Multimaps
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h54 SmallVector<Entry, 32> Entries; member in class:llvm::DebugLocStream
80 Lists.emplace_back(CU, Entries.size());
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));
132 assert(&Entries.front() <= &E && &E <= &Entries.back() &&
134 return &E - &Entries.front();
138 return Entries
[all...]
H A DDwarfAccelTable.h236 StringEntries Entries; member in class:llvm::DwarfAccelTable
/external/llvm/lib/CodeGen/
H A DInterferenceCache.h146 Entry Entries[CacheEntries]; member in class:llvm::InterferenceCache
/external/llvm/tools/dsymutil/
H A DDebugMap.cpp42 std::vector<Entry> Entries; local
43 Entries.reserve(Symbols.getNumItems());
45 Entries.push_back(std::make_pair(Sym.getKey(), Sym.getValue()));
47 Entries.begin(), Entries.end(),
49 for (const auto &Sym : Entries) {
136 std::vector<dsymutil::DebugMapObject::YAMLSymbolMapping> Entries; member in struct:llvm::yaml::MappingTraits::YamlDMO
152 io.mapRequired("symbols", Norm->Entries);
206 Entries.reserve(Obj.Symbols.size());
208 Entries
[all...]
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp319 const RuntimeFunction *Entries = local
322 ArrayRef<RuntimeFunction> RuntimeFunctions(Entries, Count);
H A DARMEHABIPrinter.h486 /// ARM EHABI Section 5 - Index Table Entries
498 const unsigned Entries = IT->sh_size / IndexTableEntrySize; local
500 ListScope E(SW, "Entries");
501 for (unsigned Entry = 0; Entry < Entries; ++Entry) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DInterferenceCache.h121 Entry Entries[CacheEntries]; member in class:llvm::InterferenceCache
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcherOpt.cpp480 Matcher *Entries[2] = { PrevMatcher, MatcherWithoutCTM }; local
481 Cases[Entry-1].second = new ScopeMatcher(Entries, 2);
H A DEDEmitter.cpp41 std::vector<std::string> Entries; member in class:__anon23228::EnumEmitter
46 Entries.push_back(std::string(e));
47 return Entries.size() - 1;
54 unsigned int numEntries = Entries.size();
56 o.indent(i) << Entries[index];
71 unsigned int numEntries = Entries.size();
74 o.indent(i) << Entries[index] << " = " << format("0x%x", flag);
123 std::vector<ConstantEmitter *> Entries; member in class:__anon23228::CompoundConstantEmitter
128 Entries.push_back(e);
133 while (Entries
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h299 std::vector<Entry> Entries; member in struct:llvm::yaml::MachineJumpTable
325 YamlIO.mapOptional("entries", JT.Entries);
421 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())

Completed in 525 milliseconds

123