Home
last modified time | relevance | path

Searched refs:SymbolSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp230 struct SymbolSection { struct
266 LLVM_YAML_IS_SEQUENCE_VECTOR(SymbolSection)
313 template <> struct MappingTraits<SymbolSection> {
314 static void mapping(IO &IO, SymbolSection &Section) { in mapping()
765 using SectionList = std::vector<SymbolSection>;
817 SymbolSection CurrentSection; in NormalizedTBD_V4()
H A DTextStubV5.cpp961 Array SymbolSection; in serializeSymbols() local
967 SymbolSection.emplace_back(std::move(AllSyms)); in serializeSymbols()
970 return SymbolSection; in serializeSymbols()