Searched defs:getEntries (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 262 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { getEntries() function 337 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 351 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 369 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 400 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 411 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 453 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 482 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 496 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 513 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 527 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 547 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 561 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 582 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 597 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 617 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 631 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 645 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function 664 std::vector<std::pair<StringRef, bool>> getEntries() const override { getEntries() function [all...] |
/freebsd-src/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-src/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-src/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 118 const llvm::SetVector<const Symbol *> &getEntries() const { return entries; } getEntries() function 286 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } getEntries() function 365 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } getEntries() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 210 const StringEntries getEntries() const { return Entries; } in getEntries() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 109 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 101 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function
|