Home
last modified time | relevance | path

Searched defs:SectionInfo (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/Object/
H A DMachO.h146 struct SectionInfo { struct
155 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp191 struct SectionInfo { struct in TrivialMemoryManager
192 SectionInfo(StringRef Name, sys::MemoryBlock MB, unsigned SectionID) in SectionInfo() argument
194 std::string Name;
195 sys::MemoryBlock MB;
196 unsigned SectionID = ~0U;
/llvm-project/clang/include/clang/AST/
H A DASTContext.h3424 struct SectionInfo { global() struct
3429 SectionFlagsSectionInfo global() argument
3430 SectionInfoSectionInfo SectionInfo() argument
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp84 __itt_section_info SectionInfo; in fillSectionInformation() local
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2005 struct SectionInfo { global() struct in MachSymtabSectionInfo
2006 SectionInfoMachSymtabSectionInfo::SectionInfo SectionInfo() argument
2008 vm_rangeMachSymtabSectionInfo::SectionInfo global() argument
2009 section_spMachSymtabSectionInfo::SectionInfo global() argument
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp321 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames() local