Home
last modified time | relevance | path

Searched refs:getEntries (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h247 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function
321 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
335 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
353 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
384 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
395 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
437 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
466 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
480 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
497 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
[all …]
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp684 for (const Symbol *sym : in.lazyBinding->getEntries()) { in writeTo()
730 return !in.stubs->getEntries().empty(); in isNeeded()
735 for (const Symbol *sym : in.stubs->getEntries()) { in writeTo()
1206 return in.got->getEntries().size() + in.tlvPointers->getEntries().size() + in getNumSymbols()
1207 2 * in.stubs->getEntries().size(); in getNumSymbols()
1218 off += in.got->getEntries().size(); in finalizeContents()
1220 off += in.tlvPointers->getEntries().size(); in finalizeContents()
1222 off += in.stubs->getEntries().size(); in finalizeContents()
1237 for (const Symbol *sym : in.got->getEntries()) { in writeTo()
1245 for (const Symbol *sym : in.stubs->getEntries()) { in writeTo()
[all …]
H A DSyntheticSections.h120 const llvm::SetVector<const Symbol *> &getEntries() const { return entries; } in getEntries() function
282 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function
334 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h45 const ListEntries &getEntries() const { return Entries; } in getEntries() function
264 for (const auto &Entry : List.second.getEntries()) in dump()
272 for (const auto &Entry : List.second.getEntries()) in dump()
H A DDWARFDebugRangeList.h69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/DLTI/
H A DDLTI.h99 DataLayoutEntryListRef getEntries() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp124 } else if (any_of(Cycle->getEntries(), in isCycleInvariant()
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp272 DataLayoutEntryListRef DataLayoutSpecAttr::getEntries() const { in getEntries() function in DataLayoutSpecAttr
300 llvm::interleaveComma(getEntries(), os); in print()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td106 /*methodName=*/"getEntries",
119 return ::mlir::detail::filterEntriesForType($_attr.getEntries(), type);
132 return ::mlir::detail::filterEntryForIdentifier($_attr.getEntries(),
/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp63 DataLayoutEntryListRef getEntries() const { return getImpl()->entries; } in getEntries() function
201 llvm::interleaveComma(attr.cast<CustomDataLayoutSpec>().getEntries(), in printAttribute()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
H A DDIEHash.cpp242 for (const DebugLocStream::Entry &Entry : Locs.getEntries(List)) in hashLocList()
H A DDwarfDebug.cpp2835 emitRangeList(DD, Asm, List.Label, DD.getDebugLocs().getEntries(List), in emitLocList()
2884 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp466 for (DataLayoutEntryInterface entry : getEntries()) { in bucketEntriesByType()
477 for (DataLayoutEntryInterface entry : spec.getEntries()) in verifyDataLayoutSpec()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h103 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp66 for (DataLayoutEntryInterface entry : attribute.getEntries()) { in translateDataLayout()
85 for (DataLayoutEntryInterface entry : attribute.getEntries()) { in translateDataLayout()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp159 for (const auto &RLE : DwarfRanges.getEntries()) in dumpDebugRanges()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1712 std::vector<std::pair<StringRef, bool>> Entries = Sec.getEntries(); in validate()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1602 const auto &Entries = RangeList.getEntries(); in patchRangesForUnit()