Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Core/
DDefinedAtom.cpp33 case typeCString: in permissions()
/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h116 typeCString, // a zero terminated UTF8 C string enumerator
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp64 ENTRY("__TEXT", "__cstring", S_CSTRING_LITERALS, typeCString),
65 ENTRY("", "", S_CSTRING_LITERALS, typeCString),
166 ENTRY(typeCString, 1, scopeLinkageUnit, mergeByContent, in sectionParseInfo()
DArchHandler_x86_64.cpp167 return (atom->contentType() == DefinedAtom::typeCString); in needsLocalSymbolInRelocatableFile()
DArchHandler_arm64.cpp159 return (atom->contentType() == DefinedAtom::typeCString); in needsLocalSymbolInRelocatableFile()
DMachONormalizedFileFromAtoms.cpp269 ENTRY("__TEXT", "__cstring", S_CSTRING_LITERALS, typeCString),
815 atom->contentType() == DefinedAtom::typeCString) in synthesizeDebugNotes()
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py670 typeCString = FOUR_CHAR_CODE('cstr') variable
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp391 io.enumCase(value, "c-string", DefinedAtom::typeCString); in enumeration()