Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h145 struct SectionInfo { struct
154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
/third_party/libabigail/tests/lib/
Dcatch.hpp2861 struct SectionInfo { struct
2867 SectionInfo in SectionInfo() argument
2872 std::string name;
2873 std::string description; // !Deprecated: this will always be empty
2874 SourceLineInfo lineInfo;
13200 SectionInfo::SectionInfo in SectionInfo() function in Catch::SectionInfo