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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h61 ArrayRef<List> getLists() const { return Lists; } function in class:llvm::DebugLocStream
H A DDwarfDebug.cpp1349 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) {
2807 Asm->emitInt32(DebugLocs.getLists().size());
2810 for (const auto &List : DebugLocs.getLists())
2926 if (DebugLocs.getLists().empty())
2935 for (const auto &List : DebugLocs.getLists())
2959 for (const auto &List : DebugLocs.getLists()) {

Completed in 65 milliseconds