Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp349 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1004 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); in beginModule()
1172 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()
1175 DebugLocs.getSym(), in finalizeModuleInfo()
1605 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()
2179 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2189 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
2190 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
2303 Asm->EmitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2304 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
[all …]
DDwarfDebug.h318 DebugLocStream DebugLocs; variable
718 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()