Searched refs:MCOFI (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 466 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write() local 467 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() 468 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in write() 469 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write() 470 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() 471 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write() 473 {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}}, in write() 474 {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_TYPES}}, in write() 477 {"debug_loc.dwo", {MCOFI.getDwarfLocDWOSection(), DW_SECT_LOC}}, in write() 478 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in write() [all …]
|
/external/llvm-project/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 540 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write() local 541 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() 542 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in write() 543 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write() 544 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() 545 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write() 547 {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}}, in write() 548 {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_EXT_TYPES}}, in write() 551 {"debug_loc.dwo", {MCOFI.getDwarfLocDWOSection(), DW_SECT_EXT_LOC}}, in write() 552 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in write() [all …]
|