Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/TextAPI/MachO/
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()
804 using SectionList = std::vector<SymbolSection>;
861 SymbolSection CurrentSection; in NormalizedTBD_V4()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
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()
/external/llvm-project/clang-tools-extra/clangd/index/
DSerialization.cpp619 std::string SymbolSection; in writeRIFF() local
621 llvm::raw_string_ostream SymbolOS(SymbolSection); in writeRIFF()
625 RIFF.Chunks.push_back({riff::fourCC("symb"), SymbolSection}); in writeRIFF()