| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 84 __itt_section_info SectionInfo; in fillSectionInformation() local 85 memset(&SectionInfo, 0, sizeof(SectionInfo)); in fillSectionInformation() 86 SectionInfo.start_addr = reinterpret_cast<void *>(SectionLoadAddr); in fillSectionInformation() 87 SectionInfo.file_offset = ElfSection.getOffset(); in fillSectionInformation() 88 SectionInfo.flags = ElfSection.getFlags(); in fillSectionInformation() 96 SectionInfo.size = ElfSection.getSize(); in fillSectionInformation() 98 SectionInfo.size); in fillSectionInformation() 101 SectionInfo.type = itt_section_type_bss; in fillSectionInformation() 103 SectionInfo.type = itt_section_type_data; in fillSectionInformation() 105 SectionInfo.type = itt_section_type_text; in fillSectionInformation() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.cpp | 321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local 322 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames() 323 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames() 325 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames() 326 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames() 328 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames() 329 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 191 struct SectionInfo { struct in TrivialMemoryManager 192 SectionInfo(StringRef Name, sys::MemoryBlock MB, unsigned SectionID) in SectionInfo() function 199 SmallVector<SectionInfo, 16> FunctionMemory; 200 SmallVector<SectionInfo, 16> DataMemory; 274 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateFromSlab() 276 DataMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateFromSlab() 317 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateCodeSection() 346 DataMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateDataSection() 693 typedef std::list<const TrivialMemoryManager::SectionInfo*> WorklistT; in remapSectionsAndSymbols()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 146 struct SectionInfo { struct 155 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument 157 SmallVector<SectionInfo, 32> Sections;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 3345 struct SectionInfo { struct 3350 SectionInfo() = default; argument 3351 SectionInfo(NamedDecl *Decl, SourceLocation PragmaSectionLocation, in SectionInfo() function 3357 llvm::StringMap<SectionInfo> SectionInfos; 3378 const ASTContext::SectionInfo &Section);
|
| /freebsd-14.2/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 2399 struct SectionInfo; 2818 struct SectionInfo { struct 2819 SectionInfo 2824 SectionInfo in SectionInfo() argument 2835 SectionInfo sectionInfo; 2871 Section( SectionInfo const& info ); 2878 SectionInfo m_info; 5489 SectionInfo sectionInfo; 5780 SectionInfo const& m_other; 12936 Section::Section( SectionInfo const& info ) in Section() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 690 ASTContext::SectionInfo(Decl, PragmaLocation, SectionFlags); in UnifySection() 730 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags); in UnifySection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 4357 SectionInfo Info; in BindRebaseSegInfo() 4400 for (const SectionInfo &SI : Sections) { in checkSegAndOffsets() 4421 for (const SectionInfo &SI : Sections) { in segmentName() 4430 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection() 4432 for (const SectionInfo &SI : Sections) { in findSection() 4454 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 5447 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 13574 const ASTContext::SectionInfo &Section) { in operator <<()
|