Home
last modified time | relevance | path

Searched refs:_contentType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DAtoms.h33 _align(align), _contentType(type), _scope(scope), _merge(merge), in MachODefinedAtom()
42 _contentType(type), _scope(scope), _merge(mergeNo), _thumb(false), in MachODefinedAtom()
49 ContentType contentType() const override { return _contentType; } in contentType()
60 if (_contentType == DefinedAtom::typeInitializerPtr) in deadStrip()
62 if (_contentType == DefinedAtom::typeTerminatorPtr) in deadStrip()
80 const ContentType _contentType; variable
DStubsPass.cpp73 : SimpleDefinedAtom(file), _is64(is64), _contentType(contentType) { } in NonLazyPointerAtom()
78 return _contentType; in contentType()
101 const ContentType _contentType; member in lld::mach_o::NonLazyPointerAtom
/external/webrtc/sdk/objc/base/
DRTCEncodedImage.m28 @synthesize contentType = _contentType;
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp810 : _file(fileFromContext(io)), _contentType(), _alignment(1) { in NormalizedAtom()
818 _merge(atom->merge()), _contentType(atom->contentType()), in NormalizedAtom()
871 ContentType contentType() const override { return _contentType; } in contentType()
926 ContentType _contentType; member in llvm::yaml::MappingTraits::NormalizedAtom
961 io.mapOptional("type", keys->_contentType, in mapping()
982 keys->_contentType)); in mapping()