Home
last modified time | relevance | path

Searched defs:getEntries (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h262 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 DDWARFDebugRangeList.h69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
H A DDWARFListTable.h45 const ListEntries &getEntries() const { return Entries; } in getEntries() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h74 const LVRangeEntries &getEntries() const { return RangeEntries; } in getEntries() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h118 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 DAccelTable.h210 const StringEntries getEntries() const { return Entries; } in getEntries() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h109 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h101 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function