Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DDefinedAtom.cpp33 case typeCString: in permissions()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h116 typeCString, // a zero terminated UTF8 C string enumerator
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp64 ENTRY("__TEXT", "__cstring", S_CSTRING_LITERALS, typeCString),
65 ENTRY("", "", S_CSTRING_LITERALS, typeCString),
166 ENTRY(typeCString, 1, scopeLinkageUnit, mergeByContent, in sectionParseInfo()
H A DMachONormalizedFileFromAtoms.cpp269 ENTRY("__TEXT", "__cstring", S_CSTRING_LITERALS, typeCString),
815 atom->contentType() == DefinedAtom::typeCString) in synthesizeDebugNotes()
H A DArchHandler_x86_64.cpp167 return (atom->contentType() == DefinedAtom::typeCString); in needsLocalSymbolInRelocatableFile()
H A DArchHandler_arm64.cpp159 return (atom->contentType() == DefinedAtom::typeCString); in needsLocalSymbolInRelocatableFile()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp391 io.enumCase(value, "c-string", DefinedAtom::typeCString); in enumeration()