Searched defs:getEntries (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 244 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function 318 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 332 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 350 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 392 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 434 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 463 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 477 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 [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugRangeList.h | 72 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
|
H A D | DWARFListTable.h | 46 const ListEntries &getEntries() const { return Entries; } in getEntries() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
|