Searched refs:SymbolSection (Results 1 – 2 of 2) 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()801 using SectionList = std::vector<SymbolSection>;858 SymbolSection CurrentSection; in NormalizedTBD_V4()
623 std::string SymbolSection; in writeRIFF() local625 llvm::raw_string_ostream SymbolOS(SymbolSection); in writeRIFF()629 RIFF.Chunks.push_back({riff::fourCC("symb"), SymbolSection}); in writeRIFF()