Searched refs:SymbolSection (Results 1 – 3 of 3) sorted by relevance
231 struct SymbolSection { struct277 LLVM_YAML_IS_SEQUENCE_VECTOR(SymbolSection)324 template <> struct MappingTraits<SymbolSection> {325 static void mapping(IO &IO, SymbolSection &Section) { in mapping()804 using SectionList = std::vector<SymbolSection>;861 SymbolSection CurrentSection; in NormalizedTBD_V4()
231 struct SymbolSection { struct277 LLVM_YAML_IS_SEQUENCE_VECTOR(SymbolSection)324 template <> struct MappingTraits<SymbolSection> {325 static void mapping(IO &IO, SymbolSection &Section) { in mapping()801 using SectionList = std::vector<SymbolSection>;858 SymbolSection CurrentSection; in NormalizedTBD_V4()
619 std::string SymbolSection; in writeRIFF() local621 llvm::raw_string_ostream SymbolOS(SymbolSection); in writeRIFF()625 RIFF.Chunks.push_back({riff::fourCC("symb"), SymbolSection}); in writeRIFF()