Searched refs:getEntries (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h72 const std::vector<RangeListEntry> &getEntries() { return Entries; } function in class:llvm::DWARFDebugRangeList
H A DDWARFListTable.h46 const ListEntries &getEntries() const { return Entries; } function in class:llvm::DWARFListType
255 for (const auto &Entry : List.second.getEntries())
263 for (const auto &Entry : List.second.getEntries())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h110 ArrayRef<Entry> getEntries(const List &L) const { function in class:llvm::DebugLocStream
H A DDIEHash.cpp227 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue())))
H A DDwarfDebug.cpp2475 emitRangeList(DD, Asm, List.Label, DD.getDebugLocs().getEntries(List),
2524 for (const auto &Entry : DebugLocs.getEntries(List)) {

Completed in 117 milliseconds