Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp342 std::vector<DwarfSectionEntry> DwarfSections; member in __anon43032e790111::XCOFFObjectWriter
475 for (auto &DwarfSec : DwarfSections) in reset()
586 DwarfSections.push_back(std::move(SecEntry)); in executePostLayoutBinding()
818 for (const auto &DwarfSection : DwarfSections) in writeSections()
1114 for (const auto &DwarfSec : DwarfSections) in writeSectionHeaderTable()
1155 for (const auto &DwarfSection : DwarfSections) in writeRelocations()
1236 for (const auto &DwarfSection : DwarfSections) in writeSymbolTable()
1316 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo()
1336 if (!DwarfSections.empty()) { in finalizeSectionInfo()
1338 for (auto &DwarfSection : DwarfSections) { in finalizeSectionInfo()
[all …]