Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h62 ArrayRef<List> getLists() const { return Lists; } in getLists() function
H A DDwarfDebug.cpp1380 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()
2763 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()
2766 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()
2882 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()
2891 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()
2915 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()