Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DUndefinedAtom.h39 canBeNullAtRuntime, enumerator
H A DSharedLibraryAtom.h33 virtual bool canBeNullAtRuntime() const = 0;
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h152 bool canBeNullAtRuntime() const override { in canBeNullAtRuntime() function
H A DMachONormalizedFileFromAtoms.cpp1453 bind.canBeNull = sa->canBeNullAtRuntime(); in addRebaseAndBindingInfo()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp437 io.enumCase(value, "at-runtime", lld::UndefinedAtom::canBeNullAtRuntime); in enumeration()
1070 _loadName(atom->loadName()), _canBeNull(atom->canBeNullAtRuntime()), in NormalizedAtom()
1104 bool canBeNullAtRuntime() const override { return _canBeNull; } in canBeNullAtRuntime() function in llvm::yaml::MappingTraits::NormalizedAtom