Searched refs:DwarfContext (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 230 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(**Obj); in TestAllForms() local 231 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TestAllForms() 234 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TestAllForms() 494 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(**Obj); in TestChildren() local 497 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TestChildren() 500 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TestChildren() 671 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(**Obj); in TestReferences() local 674 uint32_t NumCUs = DwarfContext->getNumCompileUnits(); in TestReferences() 677 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TestReferences() 679 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(1)); in TestReferences() [all …]
|
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
D | GSYMTest.cpp | 1459 std::unique_ptr<DWARFContext> DwarfContext = in TEST() local 1461 ASSERT_TRUE(DwarfContext.get() != nullptr); in TEST() 1464 DwarfTransformer DT(*DwarfContext, OS, GC); in TEST() 1536 std::unique_ptr<DWARFContext> DwarfContext = in TEST() local 1538 ASSERT_TRUE(DwarfContext.get() != nullptr); in TEST() 1541 DwarfTransformer DT(*DwarfContext, OS, GC); in TEST() 1643 std::unique_ptr<DWARFContext> DwarfContext = in TEST() local 1645 ASSERT_TRUE(DwarfContext.get() != nullptr); in TEST() 1648 DwarfTransformer DT(*DwarfContext, OS, GC); in TEST() 1743 std::unique_ptr<DWARFContext> DwarfContext = in TEST() local [all …]
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1295 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 …]
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 564 uint64_t cloneAllCompileUnits(DWARFContext &DwarfContext,
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 2166 DWARFContext &DwarfContext, const DWARFFile &File, in cloneAllCompileUnits() argument 2195 Linker.patchLineTableForUnit(*CurrentUnit, DwarfContext, File); in cloneAllCompileUnits() 2202 Linker.patchRangesForUnit(*CurrentUnit, DwarfContext, File); in cloneAllCompileUnits() 2213 Emitter->emitLocationsForUnit(*CurrentUnit, DwarfContext, ProcessExpr); in cloneAllCompileUnits()
|