Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h34 _align(align), _contentType(type), _scope(scope), _merge(merge), in MachODefinedAtom()
43 _contentType(type), _scope(scope), _merge(mergeNo), _thumb(false), in MachODefinedAtom()
50 ContentType contentType() const override { return _contentType; } in contentType()
61 if (_contentType == DefinedAtom::typeInitializerPtr) in deadStrip()
63 if (_contentType == DefinedAtom::typeTerminatorPtr) in deadStrip()
81 const ContentType _contentType; variable
H A DStubsPass.cpp74 : SimpleDefinedAtom(file), _is64(is64), _contentType(contentType) { } in NonLazyPointerAtom()
79 return _contentType; in contentType()
102 const ContentType _contentType; member in lld::mach_o::NonLazyPointerAtom
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp811 : _file(fileFromContext(io)), _contentType(), _alignment(1) { in NormalizedAtom()
819 _merge(atom->merge()), _contentType(atom->contentType()), in NormalizedAtom()
872 ContentType contentType() const override { return _contentType; } in contentType()
927 ContentType _contentType; member in llvm::yaml::MappingTraits::NormalizedAtom
962 io.mapOptional("type", keys->_contentType, in mapping()
983 keys->_contentType)); in mapping()