Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2457 DWARFContextInMemory DwarfContext(*ErrOrObj); in link() local
2458 startDebugObject(DwarfContext, *Obj); in link()
2462 for (const auto &CU : DwarfContext.compile_units()) { in link()
2502 patchLineTableForUnit(CurrentUnit, DwarfContext); in link()
2505 patchRangesForUnit(CurrentUnit, DwarfContext); in link()
2506 Streamer->emitLocationsForUnit(CurrentUnit, DwarfContext); in link()