Searched defs:getEntries (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 249 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function 323 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 337 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 355 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 386 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 397 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 439 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 468 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 499 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function [all …]
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVRange.h | 74 const LVRangeEntries &getEntries() const { return RangeEntries; } in getEntries() function
|
/openbsd/gnu/llvm/lld/MachO/ |
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
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 103 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
|