| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 247 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 D | SyntheticSections.cpp | 684 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 D | SyntheticSections.h | 120 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 D | DWARFListTable.h | 45 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 D | DWARFDebugRangeList.h | 69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/DLTI/ |
| H A D | DLTI.h | 99 DataLayoutEntryListRef getEntries() const;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineCycleAnalysis.cpp | 124 } else if (any_of(Cycle->getEntries(), in isCycleInvariant()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/DLTI/ |
| H A D | DLTI.cpp | 272 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 D | DataLayoutInterfaces.td | 106 /*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 D | DataLayoutInterfacesTest.cpp | 63 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 D | DebugLocStream.h | 110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
|
| H A D | DIEHash.cpp | 242 for (const DebugLocStream::Entry &Entry : Locs.getEntries(List)) in hashLocList()
|
| H A D | DwarfDebug.cpp | 2835 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 D | DataLayoutInterfaces.cpp | 466 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 D | GenericCycleInfo.h | 103 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ModuleTranslation.cpp | 66 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 D | dwarf2yaml.cpp | 159 for (const auto &RLE : DwarfRanges.getEntries()) in dumpDebugRanges()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1712 std::vector<std::pair<StringRef, bool>> Entries = Sec.getEntries(); in validate()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1602 const auto &Entries = RangeList.getEntries(); in patchRangesForUnit()
|