Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h146 struct SectionInfo { struct
155 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
/freebsd/contrib/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;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3435 struct SectionInfo { struct
3440 SectionInfo() = default; argument
3441 SectionInfo(NamedDecl *Decl, SourceLocation PragmaSectionLocation, in SectionInfo() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp84 __itt_section_info SectionInfo; in fillSectionInformation() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2818 struct SectionInfo { struct
2824 SectionInfo in SectionInfo() function
2829 std::string name;
2830 std::string description; // !Deprecated: this will always be empty
2831 SourceLineInfo lineInfo;
12964 SectionInfo::SectionInfo in SectionInfo() function in Catch::SectionInfo