Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h244 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 DDWARFDebugRangeList.h72 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
H A DDWARFListTable.h46 const ListEntries &getEntries() const { return Entries; } in getEntries() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function