Searched refs:SectionInfo (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp52 struct SectionInfo { struct in namespace:__anon2726
53 SectionInfo(StringRef seg, StringRef sect, SectionType type,
77 SectionInfo::SectionInfo(StringRef sg, StringRef sct, SectionType t, function in class:__anon2726::SectionInfo
98 std::vector<SectionInfo*> sections;
149 typedef std::map<DefinedAtom::ContentType, SectionInfo*> TypeToSection;
155 SectionInfo *sectionForAtom(const DefinedAtom*);
156 SectionInfo *getRelocatableSection(DefinedAtom::ContentType type);
157 SectionInfo *getFinalSection(DefinedAtom::ContentType type);
158 void appendAtom(SectionInfo *sec
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; local
322 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
323 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
325 SectionEntry *Text = &Sections[SectionInfo.TextSID];
326 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
328 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
329 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp190 struct SectionInfo { struct in class:TrivialMemoryManager
191 SectionInfo(StringRef Name, sys::MemoryBlock MB, unsigned SectionID) function in struct:TrivialMemoryManager::SectionInfo
198 SmallVector<SectionInfo, 16> FunctionMemory;
199 SmallVector<SectionInfo, 16> DataMemory;
269 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID));
271 DataMemory.push_back(SectionInfo(SectionName, MB, SectionID));
308 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID));
336 DataMemory.push_back(SectionInfo(SectionName, MB, SectionID));
642 typedef std::list<const TrivialMemoryManager::SectionInfo*> WorklistT;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h145 struct SectionInfo { struct in class:llvm::object::BindRebaseSegInfo
154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
156 SmallVector<SectionInfo, 32> Sections;
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp2399 struct SectionInfo;
2420 virtual bool sectionStarted( SectionInfo const& sectionInfo,
2818 struct SectionInfo {
2819 SectionInfo
2824 SectionInfo
2827 std::string const& ) : SectionInfo( _lineInfo, _name ) {}
2835 SectionInfo sectionInfo;
2871 Section( SectionInfo const& info );
2878 SectionInfo m_info;
2891 if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL_LINEINF
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp507 ASTContext::SectionInfo(Decl, PragmaLocation, SectionFlags);
547 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3027 struct SectionInfo { struct in class:clang::ASTContext
3032 SectionInfo() = default;
3033 SectionInfo(DeclaratorDecl *Decl, function in struct:clang::ASTContext::SectionInfo
3040 llvm::StringMap<SectionInfo> SectionInfos;
3053 const ASTContext::SectionInfo &Section);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3988 SectionInfo Info;
4031 for (const SectionInfo &SI : Sections) {
4052 for (const SectionInfo &SI : Sections) {
4060 // to get the SectionInfo.
4061 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection(
4063 for (const SectionInfo &SI : Sections) {
4085 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4130 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()];
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11264 const ASTContext::SectionInfo &Section) {

Completed in 295 milliseconds