Searched refs:DwarfSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 818 for (const auto &DwarfSection : DwarfSections) in writeSections() local 819 writeSectionForDwarfSectionEntry(Asm, DwarfSection, CurrentAddressLocation); in writeSections() 1155 for (const auto &DwarfSection : DwarfSections) in writeRelocations() local 1156 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations() 1157 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations() 1236 for (const auto &DwarfSection : DwarfSections) in writeSymbolTable() local 1237 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable() 1238 DwarfSection.Index); in writeSymbolTable() 1316 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo() local 1317 finalizeRelocationInfo(&DwarfSection, in finalizeSectionInfo() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 115 ExecutorAddrRange DwarfSection; 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>()), 262 span<char> DwarfSection; 642 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections() 643 UnwindInfo->DwarfSection.End.toPtr<void *>(), in deregisterObjectPlatformSections() 726 UnwindInfo->DwarfSection in runAtExits() 114 ExecutorAddrRange DwarfSection; global() member 251 span<char> DwarfSection; global() member [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1278 ScanUnwindInfoSection(*EHFrameSec, US.DwarfSection); in findUnwindSectionInfo() 1304 if (US.DwarfSection.Start) in findUnwindSectionInfo() 1305 dbgs() << US.DwarfSection << "\n"; in findUnwindSectionInfo() 1385 UnwindInfo = std::make_tuple(std::move(UI->CodeRanges), UI->DwarfSection, in registerObjectPlatformSections()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 227 ExecutorAddrRange DwarfSection; member
|