Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp231 struct SymbolSection { struct
277 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()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.cpp623 std::string SymbolSection; in writeRIFF() local
625 llvm::raw_string_ostream SymbolOS(SymbolSection); in writeRIFF()
629 RIFF.Chunks.push_back({riff::fourCC("symb"), SymbolSection}); in writeRIFF()