reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1139 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) { 1140 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); 1142 DebugLocs.getSym(), 1561 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); 2135 auto &&Comments = DebugLocs.getComments(Entry); 2145 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), 2146 DebugLocs.getBytes(Entry).size()), 2252 Asm->EmitULEB128(DebugLocs.getBytes(Entry).size()); 2253 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) 2254 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); 2435 if (DebugLocs.getLists().empty()) 2448 for (const auto &List : DebugLocs.getLists()) 2456 for (const auto &List : DebugLocs.getLists()) { 2460 for (const auto &Entry : DebugLocs.getEntries(List)) {lib/CodeGen/AsmPrinter/DwarfDebug.h
707 const DebugLocStream &getDebugLocs() const { return DebugLocs; }