Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
DUndefinedAtom.h38 canBeNullAtRuntime, enumerator
DSharedLibraryAtom.h32 virtual bool canBeNullAtRuntime() const = 0;
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DAtoms.h151 bool canBeNullAtRuntime() const override { in canBeNullAtRuntime() function
DMachONormalizedFileFromAtoms.cpp1453 bind.canBeNull = sa->canBeNullAtRuntime(); in addRebaseAndBindingInfo()
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp436 io.enumCase(value, "at-runtime", lld::UndefinedAtom::canBeNullAtRuntime); in enumeration()
1069 _loadName(atom->loadName()), _canBeNull(atom->canBeNullAtRuntime()), in NormalizedAtom()
1103 bool canBeNullAtRuntime() const override { return _canBeNull; } in canBeNullAtRuntime() function in llvm::yaml::MappingTraits::NormalizedAtom