Searched refs:DwarfSection (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 715 for (const auto &DwarfSection : DwarfSections) in writeSections() local 1022 for (const auto &DwarfSection : DwarfSections) in writeRelocations() local 1144 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo() local 1145 finalizeRelocationInfo(&DwarfSection, in finalizeSectionInfo() 1169 for (auto &DwarfSection : DwarfSections) { in finalizeSectionInfo() local 1171 RawPointer += DwarfSection.MemorySize; in finalizeSectionInfo() 1356 for (auto &DwarfSection : DwarfSections) { in assignAddressesAndIndices() local 1363 DwarfSection.Index = SectionIndex++; in assignAddressesAndIndices() 1376 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices() 1383 Address = DwarfSection.Address + DwarfSection.Size; in assignAddressesAndIndices() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | macho_platform.cpp | 136 ExecutorAddrRange DwarfSection; member 149 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size() 154 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize() 159 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize() 270 : DwarfSection(USI.DwarfSection.toSpan<char>()), in UnwindSections() 273 span<char> DwarfSection; member 554 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in registerObjectPlatformSections() 555 UnwindInfo->DwarfSection.End.toPtr<void *>(), in registerObjectPlatformSections() 648 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections() 649 UnwindInfo->DwarfSection.End.toPtr<void *>(), in deregisterObjectPlatformSections() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 152 ExecutorAddrRange DwarfSection; member
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 1102 ScanUnwindInfoSection(*EHFrameSec, US.DwarfSection); in findUnwindSectionInfo() 1127 if (US.DwarfSection.Start) in findUnwindSectionInfo() 1128 dbgs() << US.DwarfSection << "\n"; in findUnwindSectionInfo() 1211 UnwindInfo = std::make_tuple(std::move(UI->CodeRanges), UI->DwarfSection, in registerObjectPlatformSections()
|