Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1295 void cloneAllCompileUnits(DWARFContextInMemory &DwarfContext);
3338 DWARFContextInMemory DwarfContext(*ErrOrObj); in loadClangModule() local
3340 for (const auto &CU : DwarfContext.compile_units()) { in loadClangModule()
3379 .cloneAllCompileUnits(DwarfContext); in loadClangModule()
3383 DWARFContextInMemory &DwarfContext) { in cloneAllCompileUnits() argument
3399 Linker.patchLineTableForUnit(CurrentUnit, DwarfContext); in cloneAllCompileUnits()
3402 Linker.patchRangesForUnit(CurrentUnit, DwarfContext); in cloneAllCompileUnits()
3403 Linker.Streamer->emitLocationsForUnit(CurrentUnit, DwarfContext); in cloneAllCompileUnits()
3450 DWARFContextInMemory DwarfContext(*ErrOrObj); in link() local
3451 startDebugObject(DwarfContext, *Obj); in link()
[all …]