Searched defs:getEntries (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 274 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function 349 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 363 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 381 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 412 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 423 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 465 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 494 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 508 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 525 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugRangeList.h | 69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
|
H A D | DWARFListTable.h | 45 const ListEntries &getEntries() const { return Entries; } in getEntries() function
|
/freebsd/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/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 119 const llvm::SetVector<const Symbol *> &getEntries() const { return entries; } in getEntries() function 287 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function 380 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 210 const StringEntries getEntries() const { return Entries; } in getEntries() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 110 ArrayRef<Entry> getEntries(const List &L) const { getEntries() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 101 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function
|