Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DDefinedAtom.cpp61 case typeCFString: in permissions()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DDefinedAtom.h133 typeCFString, // NS/CFString object [Darwin] enumerator
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp79 ENTRY("__DATA", "__cfstring", S_REGULAR, typeCFString),
179 ENTRY(typeCFString, 4, scopeLinkageUnit, mergeByContent, in sectionParseInfo()
H A DMachONormalizedFileFromAtoms.cpp283 ENTRY("__DATA", "__cfstring", S_REGULAR, typeCFString),
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp402 io.enumCase(value, "cfstring", DefinedAtom::typeCFString); in enumeration()