Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp334 NormalizedFile *file = info->_normalizeMachOFile; in denormalize()
373 NormalizedFile *file = info->_normalizeMachOFile; in enumeration()
765 assert(info->_normalizeMachOFile == nullptr); in handledDocTag()
766 info->_normalizeMachOFile = &nf; in handledDocTag()
792 info->_normalizeMachOFile = nullptr; in handledDocTag()
809 yamlContext._normalizeMachOFile = f.get(); in readYaml()
832 yamlContext._normalizeMachOFile = f; in writeYaml()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DYamlContext.h37 NormalizedFile *_normalizeMachOFile = nullptr; member