Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h289 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function
364 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
378 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
396 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
427 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
438 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
509 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
523 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
540 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h70 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
H A DDWARFListTable.h46 const ListEntries &getEntries() const { return Entries; } in getEntries() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h75 const LVRangeEntries &getEntries() const { return RangeEntries; } in getEntries() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h119 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/Object/
H A DOffloadBundle.h87 SmallVector<OffloadBundleEntry> getEntries() { return Entries; } in getEntries() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h211 const StringEntries getEntries() const { return Entries; } in getEntries() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h110 ArrayRef<Entry> getEntries(const List &L) const { getEntries() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h112 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function