Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DMachO.h145 struct SectionInfo { struct
154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp52 struct SectionInfo { struct
57 StringRef segmentName;
58 StringRef sectionName;
59 SectionType type;
60 uint32_t attributes;
61 uint64_t address;
62 uint64_t size;
63 uint16_t alignment;
69 bool relocsToDefinedCanBeImplicit;
72 std::vector<AtomInfo> atomsAndOffsets;
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp192 struct SectionInfo { struct in TrivialMemoryManager
193 SectionInfo(StringRef Name, sys::MemoryBlock MB, unsigned SectionID) in SectionInfo() function
195 std::string Name;
196 sys::MemoryBlock MB;
197 unsigned SectionID = ~0U;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h3187 struct SectionInfo { struct
3192 SectionInfo() = default; argument
3193 SectionInfo(NamedDecl *Decl, SourceLocation PragmaSectionLocation, in SectionInfo() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp83 __itt_section_info SectionInfo; in fillSectionInformation() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local