Searched refs:getLists (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h62 ArrayRef<List> getLists() const { return Lists; } function in class:llvm::DebugLocStream
H A DDwarfDebug.cpp1344 if (!DebugLocs.getLists().empty()) {
2598 Asm->emitInt32(DebugLocs.getLists().size());
2601 for (const auto &List : DebugLocs.getLists())
2716 if (DebugLocs.getLists().empty())
2725 for (const auto &List : DebugLocs.getLists())
2749 for (const auto &List : DebugLocs.getLists()) {

Completed in 104 milliseconds