Home
last modified time | relevance | path

Searched defs:toYAML (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/index/
DYAMLSerialization.cpp488 std::string toYAML(const Symbol &S) { in toYAML() function
499 std::string toYAML(const std::pair<SymbolID, llvm::ArrayRef<Ref>> &Data) { in toYAML() function
510 std::string toYAML(const Relation &R) { in toYAML() function
521 std::string toYAML(const Ref &R) { in toYAML() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocumentYAML.cpp237 void msgpack::Document::toYAML(raw_ostream &OS) { in toYAML() function in msgpack::Document
/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackDocumentYAML.cpp237 void msgpack::Document::toYAML(raw_ostream &OS) { in toYAML() function in msgpack::Document
/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileYAMLTests.cpp37 static void toYAML(const NormalizedFile &f, std::string &out) { in toYAML() function