Home
last modified time | relevance | path

Searched refs:SectionInfo (Results 1 – 25 of 32) sorted by relevance

12

/external/catch2/include/internal/
Dcatch_section_info.h18 struct SectionInfo { struct
19 SectionInfo
24 SectionInfo in SectionInfo() function
27 std::string const& ) : SectionInfo( _lineInfo, _name ) {} in SectionInfo()
35 SectionInfo sectionInfo; argument
Dcatch_section.h22 Section( SectionInfo const& info );
29 SectionInfo m_info;
41 …n const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL…
46 …n const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL…
Dcatch_section_info.cpp12 SectionInfo::SectionInfo in SectionInfo() function in Catch::SectionInfo
Dcatch_interfaces_capture.h20 struct SectionInfo;
37 virtual bool sectionStarted( SectionInfo const& sectionInfo,
Dcatch_interfaces_reporter.h93 SectionStats( SectionInfo const& _sectionInfo,
103 SectionInfo sectionInfo;
186 virtual void sectionStarting( SectionInfo const& sectionInfo ) = 0;
Dcatch_section.cpp15 Section::Section( SectionInfo const& info ) in Section()
Dcatch_run_context.cpp176 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted()
282 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in handleFatalErrorCondition()
321 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in runCurrentTest()
Dcatch_interfaces_reporter.cpp55 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats()
Dcatch_run_context.h78 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp319 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
320 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames()
321 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
323 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames()
324 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames()
326 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
327 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()
DRuntimeDyldChecker.cpp809 const SectionAddressInfo *SectionInfo = nullptr; in getSectionAddr() local
812 std::tie(SectionInfo, ErrorMsg) = in getSectionAddr()
818 unsigned SectionID = SectionInfo->SectionID; in getSectionAddr()
833 const SectionAddressInfo *SectionInfo = nullptr; in getStubAddrFor() local
836 std::tie(SectionInfo, ErrorMsg) = in getStubAddrFor()
842 unsigned SectionID = SectionInfo->SectionID; in getStubAddrFor()
843 const StubOffsetsMap &SymbolStubs = SectionInfo->StubOffsets; in getStubAddrFor()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp316 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
317 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames()
318 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
320 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames()
321 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames()
323 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
324 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()
DRuntimeDyldChecker.cpp792 const SectionAddressInfo *SectionInfo = nullptr; in getSectionAddr() local
795 std::tie(SectionInfo, ErrorMsg) = in getSectionAddr()
801 unsigned SectionID = SectionInfo->SectionID; in getSectionAddr()
816 const SectionAddressInfo *SectionInfo = nullptr; in getStubAddrFor() local
819 std::tie(SectionInfo, ErrorMsg) = in getStubAddrFor()
825 unsigned SectionID = SectionInfo->SectionID; in getStubAddrFor()
826 const StubOffsetsMap &SymbolStubs = SectionInfo->StubOffsets; in getStubAddrFor()
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp62 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()
93 std::vector<SectionInfo> m_sectionStack;
129 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo()
138 SectionInfo const& m_other;
169 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting()
Dcatch_reporter_teamcity.hpp140 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting()
176 std::vector<SectionInfo>::const_iterator in printSectionHeader()
Dcatch_reporter_xml.h39 void sectionStarting(SectionInfo const& sectionInfo) override;
Dcatch_reporter_listening.h40 void sectionStarting( SectionInfo const& sectionInfo ) override;
Dcatch_reporter_console.h39 void sectionStarting(SectionInfo const& _sectionInfo) override;
Dcatch_reporter_listening.cpp80 void ListeningReporter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp140 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting()
176 std::vector<SectionInfo>::const_iterator in printSectionHeader()
/external/catch2/examples/
D210-Evt-EventListeners.cpp188 void print( std::ostream& os, int const level, std::string const& title, Catch::SectionInfo const& … in print()
346 virtual void sectionStarting( Catch::SectionInfo const& sectionInfo ) override { in sectionStarting()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h148 struct SectionInfo { struct
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
159 SmallVector<SectionInfo, 32> Sections;
/external/bcc/tests/cc/
Dcatch.hpp1959 struct SectionInfo;
1970 virtual bool sectionStarted( SectionInfo const& sectionInfo,
2250 struct SectionInfo { struct
2251 SectionInfo
2262 …SectionEndInfo( SectionInfo const& _sectionInfo, Counts const& _prevAssertions, double _durationIn… in SectionEndInfo()
2266 SectionInfo sectionInfo;
2304 Section( SectionInfo const& info );
2311 SectionInfo m_info;
2323 …n const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL…
2326 …n const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL…
[all …]
/external/clang/lib/Sema/
DSemaAttr.cpp253 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags); in UnifySection()
290 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags); in UnifySection()
/external/catch2/docs/
Devent-listeners.md59 virtual void sectionStarting( SectionInfo const& sectionInfo );

12