Searched refs:SymbolSection (Results 1 – 2 of 2) sorted by relevance
231 struct SymbolSection { struct267 LLVM_YAML_IS_SEQUENCE_VECTOR(SymbolSection)314 template <> struct MappingTraits<SymbolSection> {315 static void mapping(IO &IO, SymbolSection &Section) { in mapping()766 using SectionList = std::vector<SymbolSection>;818 SymbolSection CurrentSection; in NormalizedTBD_V4()
910 Array SymbolSection; in serializeSymbols() local916 SymbolSection.emplace_back(std::move(AllSyms)); in serializeSymbols()919 return SymbolSection; in serializeSymbols()