Searched refs:DwarfSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 790 for (const auto &DwarfSection : DwarfSections) in writeSections() local 1101 for (const auto &DwarfSection : DwarfSections) in writeRelocations() local 1174 for (const auto &DwarfSection : DwarfSections) in writeSymbolTable() local 1254 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo() local 1255 finalizeRelocationInfo(&DwarfSection, in finalizeSectionInfo() 1276 for (auto &DwarfSection : DwarfSections) { in finalizeSectionInfo() local 1467 for (auto &DwarfSection : DwarfSections) { in assignAddressesAndIndices() local 1474 DwarfSection.Index = SectionIndex++; in assignAddressesAndIndices() 1487 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices() 1494 Address = DwarfSection.Address + DwarfSection.Size; in assignAddressesAndIndices() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 115 ExecutorAddrRange DwarfSection; member 128 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size() 133 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize() 138 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize() 259 : DwarfSection(USI.DwarfSection.toSpan<char>()), in UnwindSections() 262 span<char> DwarfSection; member 642 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in registerObjectPlatformSections() 643 UnwindInfo->DwarfSection.End.toPtr<void *>(), in registerObjectPlatformSections() 726 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections() 727 UnwindInfo->DwarfSection.End.toPtr<void *>(), in deregisterObjectPlatformSections() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1232 ScanUnwindInfoSection(*EHFrameSec, US.DwarfSection); in findUnwindSectionInfo() 1258 if (US.DwarfSection.Start) in findUnwindSectionInfo() 1259 dbgs() << US.DwarfSection << "\n"; in findUnwindSectionInfo() 1339 UnwindInfo = std::make_tuple(std::move(UI->CodeRanges), UI->DwarfSection, in registerObjectPlatformSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 213 ExecutorAddrRange DwarfSection; member
|