Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp70 UnwindInfoSection::UnwindInfoSection() in UnwindInfoSection() function in UnwindInfoSection
75 bool UnwindInfoSection::isNeeded() const { in isNeeded()
82 void UnwindInfoSection::finalize() { in finalize()
199 void UnwindInfoSection::writeTo(uint8_t *buf) const { in writeTo()
DUnwindInfoSection.h41 class UnwindInfoSection : public SyntheticSection {
43 UnwindInfoSection();
DCMakeLists.txt9 UnwindInfoSection.cpp
DWriter.cpp63 UnwindInfoSection *unwindInfoSection = nullptr;
572 unwindInfoSection = make<UnwindInfoSection>(); // TODO(gkm): only when no -r in createOutputSections()
/external/llvm-project/llvm/utils/gn/secondary/lld/MachO/
DBUILD.gn41 "UnwindInfoSection.cpp",