Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileYAML.cpp314 io.mapOptional("content", content->_normalizedContent); in mapping()
325 _normalizedContent.push_back(c); in NormalizedContent()
335 size_t size = _normalizedContent.size(); in denormalize()
339 std::copy(_normalizedContent.begin(), _normalizedContent.end(), bytes); in denormalize()
344 ContentBytes _normalizedContent; member