Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileYAML.cpp805 YamlContext yamlContext; in readYaml() local
806 yamlContext._normalizeMachOFile = f.get(); in readYaml()
807 llvm::yaml::Input yin(mb->getBuffer(), &yamlContext); in readYaml()
828 YamlContext yamlContext; in writeYaml() local
829 yamlContext._normalizeMachOFile = f; in writeYaml()
830 llvm::yaml::Output yout(out, &yamlContext); in writeYaml()
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp1307 YamlContext yamlContext; in writeFile() local
1308 yamlContext._ctx = &_ctx; in writeFile()
1309 yamlContext._registry = &_ctx.registry(); in writeFile()
1310 llvm::yaml::Output yout(out, &yamlContext); in writeFile()
1362 YamlContext yamlContext; in loadFile() local
1363 yamlContext._registry = &_registry; in loadFile()
1364 yamlContext._path = mb->getBufferIdentifier(); in loadFile()
1365 llvm::yaml::Input yin(mb->getBuffer(), &yamlContext); in loadFile()