Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A 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
H A 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
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A 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()