Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp1000 : _file(fileFromContext(io)), _canBeNull(canBeNullNever) {} in NormalizedAtom()
1004 _canBeNull(atom->canBeNull()) {} in NormalizedAtom()
1033 CanBeNull canBeNull() const override { return _canBeNull; } in canBeNull()
1037 CanBeNull _canBeNull; member in llvm::yaml::MappingTraits::NormalizedAtom
1046 io.mapOptional("can-be-null", keys->_canBeNull, in mapping()
1064 : _file(fileFromContext(io)), _canBeNull(false), in NormalizedAtom()
1069 _loadName(atom->loadName()), _canBeNull(atom->canBeNullAtRuntime()), in NormalizedAtom()
1103 bool canBeNullAtRuntime() const override { return _canBeNull; } in canBeNullAtRuntime()
1110 ShlibCanBeNull _canBeNull; member in llvm::yaml::MappingTraits::NormalizedAtom
1123 io.mapOptional("can-be-null", keys->_canBeNull, (ShlibCanBeNull) false); in mapping()