Searched refs:_contentType (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | Atoms.h | 33 _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
|
D | StubsPass.cpp | 73 : 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/ |
D | RTCEncodedImage.m | 28 @synthesize contentType = _contentType;
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 810 : _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()
|