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.cpp231 struct SymbolSection { struct
267 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()
H A DTextStubV5.cpp910 Array SymbolSection; in serializeSymbols() local
916 SymbolSection.emplace_back(std::move(AllSyms)); in serializeSymbols()
919 return SymbolSection; in serializeSymbols()