Searched refs:typeCString (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/lib/Core/ |
| H A D | DefinedAtom.cpp | 33 case typeCString: in permissions()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | DefinedAtom.h | 116 typeCString, // a zero terminated UTF8 C string enumerator
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 64 ENTRY("__TEXT", "__cstring", S_CSTRING_LITERALS, typeCString), 65 ENTRY("", "", S_CSTRING_LITERALS, typeCString), 166 ENTRY(typeCString, 1, scopeLinkageUnit, mergeByContent, in sectionParseInfo()
|
| H A D | MachONormalizedFileFromAtoms.cpp | 269 ENTRY("__TEXT", "__cstring", S_CSTRING_LITERALS, typeCString), 815 atom->contentType() == DefinedAtom::typeCString) in synthesizeDebugNotes()
|
| H A D | ArchHandler_x86_64.cpp | 167 return (atom->contentType() == DefinedAtom::typeCString); in needsLocalSymbolInRelocatableFile()
|
| H A D | ArchHandler_arm64.cpp | 159 return (atom->contentType() == DefinedAtom::typeCString); in needsLocalSymbolInRelocatableFile()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 391 io.enumCase(value, "c-string", DefinedAtom::typeCString); in enumeration()
|