Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp351 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1209 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); in beginModule()
1376 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()
1379 DebugLocs.getSym(), in finalizeModuleInfo()
1842 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()
2441 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2451 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
2452 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
2615 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2616 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
[all …]
H A DDwarfDebug.h316 DebugLocStream DebugLocs; variable
785 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()