reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1045 resolveDIEReference(Linker, DMO, CompileUnits, Val, InputDIE, RefUnit); 1119 Linker.reportWarning("Unsupported DW_OP encoding.", DMO); 1144 Linker.reportWarning("base type ref doesn't point to DW_TAG_base_type.", 1151 Linker.reportWarning("base type ref doesn't fit.", DMO); 1175 Linker.DIELocs.push_back(Loc); 1178 Linker.DIEBlocks.push_back(Block); 1212 if (Linker.Streamer) { 1213 auto *AsmPrinter = &Linker.Streamer->getAsmPrinter(); 1228 if (LLVM_UNLIKELY(Linker.Options.Update)) { 1277 if (LLVM_UNLIKELY(Linker.Options.Update)) { 1285 Linker.reportWarning( 1310 Linker.reportWarning( 1378 Linker.reportWarning( 1670 Linker.AssignAbbrev(NewAbbrev); 2101 Linker.AssignAbbrev(Copy); 2126 resolveDIEReference(Linker, DMO, CompileUnits, *Ref, DIE, RefCU)) { 2361 if (!Linker.Streamer) 2366 CurrentUnit->setStartOffset(Linker.OutputDebugInfoSize); 2368 Linker.OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(); 2380 Linker.OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(); 2382 if (Linker.Options.NoOutput) 2388 if (LLVM_LIKELY(!Linker.Options.Update) || Linker.Options.Translator) 2388 if (LLVM_LIKELY(!Linker.Options.Update) || Linker.Options.Translator) 2389 Linker.patchLineTableForUnit(*CurrentUnit, DwarfContext, Ranges, DMO); 2391 Linker.emitAcceleratorEntriesForUnit(*CurrentUnit); 2393 if (LLVM_UNLIKELY(Linker.Options.Update)) 2396 Linker.patchRangesForUnit(*CurrentUnit, DwarfContext, DMO); 2405 Linker.Streamer->emitLocationsForUnit(*CurrentUnit, DwarfContext, 2409 if (Linker.Options.NoOutput) 2414 if (LLVM_LIKELY(!Linker.Options.Update)) 2415 Linker.generateUnitRanges(*CurrentUnit); 2422 Linker.Streamer->emitCompileUnitHeader(*CurrentUnit); 2423 Linker.Streamer->emitDIE(*CurrentUnit->getOutputUnitDIE());