| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 262 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function 337 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 351 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 369 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 400 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 411 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 453 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 482 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 496 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 513 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugRanges.cpp | 34 lldb_range_list.Reserve(extracted_list.getEntries().size()); in Extract() 35 for (auto &range : extracted_list.getEntries()) in Extract()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 45 const ListEntries &getEntries() const { return Entries; } in getEntries() function 267 for (const auto &Entry : List.second.getEntries()) in dump() 275 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
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.cpp | 914 return !in.stubs->getEntries().empty(); in isNeeded() 919 for (const Symbol *sym : in.stubs->getEntries()) { in writeTo() 1396 uint32_t size = in.got->getEntries().size() + in getNumSymbols() 1398 in.stubs->getEntries().size(); in getNumSymbols() 1400 size += in.stubs->getEntries().size(); in getNumSymbols() 1412 off += in.got->getEntries().size(); in finalizeContents() 1414 off += in.tlvPointers->getEntries().size(); in finalizeContents() 1417 off += in.stubs->getEntries().size(); in finalizeContents() 1433 for (const Symbol *sym : in.got->getEntries()) { in writeTo() 1441 for (const Symbol *sym : in.stubs->getEntries()) { in writeTo() [all …]
|
| H A D | MapFile.cpp | 139 for (const Symbol *sym : in.stubs->getEntries()) in printStubsEntries() 152 for (const Symbol *sym : osec->getEntries()) in printNonLazyPointerSection()
|
| H A D | SyntheticSections.h | 118 const llvm::SetVector<const Symbol *> &getEntries() const { return entries; } in getEntries() function 286 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function 365 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.h | 74 const LVRangeEntries &getEntries() const { return RangeEntries; } in getEntries() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCycleAnalysis.cpp | 128 } else if (any_of(Cycle->getEntries(), in isCycleInvariant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 210 const StringEntries getEntries() const { return Entries; } in getEntries() function 384 for (auto &Entry : Table.getEntries()) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 109 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 | 2915 emitRangeList(DD, Asm, List.Label, DD.getDebugLocs().getEntries(List), in emitLocList() 2964 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | GenericCycleInfo.h | 101 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1743 std::vector<std::pair<StringRef, bool>> Entries = Sec.getEntries(); in validate()
|