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