Home
last modified time | relevance | path

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

/freebsd-src/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-src/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 NameTrivialMemoryManager::SectionInfo global() argument
195 MBTrivialMemoryManager::SectionInfo global() argument
196 SectionIDTrivialMemoryManager::SectionInfo global() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3345 struct SectionInfo { global() struct
3350 SectionFlagsSectionInfo global() argument
3351 SectionInfoSectionInfo SectionInfo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp84 __itt_section_info SectionInfo; in fillSectionInformation() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
/freebsd-src/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