Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp807 for (const auto &DwarfSection : DwarfSections) in writeSections() local
808 writeSectionForDwarfSectionEntry(Asm, DwarfSection, CurrentAddressLocation); in writeSections()
1142 for (const auto &DwarfSection : DwarfSections) in writeRelocations() local
1143 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
1144 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
1220 for (const auto &DwarfSection : DwarfSections) in writeSymbolTable() local
1221 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
1222 DwarfSection.Index); in writeSymbolTable()
1299 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo() local
1300 finalizeRelocationInfo(&DwarfSection, in finalizeSectionInfo()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp117 ExecutorAddrRange DwarfSection; member
130 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size()
135 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize()
140 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize()
174 : DwarfSection(USI.DwarfSection.toSpan<char>()), in UnwindSections()
177 span<char> DwarfSection; member
572 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in registerObjectPlatformSections()
573 UnwindInfo->DwarfSection.End.toPtr<void *>(), in registerObjectPlatformSections()
656 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections()
657 UnwindInfo->DwarfSection.End.toPtr<void *>(), in deregisterObjectPlatformSections()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h232 ExecutorAddrRange DwarfSection; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1290 ScanUnwindInfoSection(*EHFrameSec, US.DwarfSection, [&](Block &B) { in findUnwindSectionInfo()
1331 if (US.DwarfSection.Start) in findUnwindSectionInfo()
1332 dbgs() << US.DwarfSection << "\n"; in findUnwindSectionInfo()
1413 UnwindInfo = std::make_tuple(std::move(UI->CodeRanges), UI->DwarfSection, in registerObjectPlatformSections()