Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp57 const DefinedAtom *definedAtom = dyn_cast<DefinedAtom>(atom); in atomToDebugString() local
60 if (definedAtom->name().empty()) in atomToDebugString()
61 s << "<anonymous " << definedAtom << ">"; in atomToDebugString()
63 s << definedAtom->name(); in atomToDebugString()
65 if (definedAtom->customSectionName().empty()) in atomToDebugString()
68 s << definedAtom->customSectionName(); in atomToDebugString()
H A DMachONormalizedFileFromAtoms.cpp770 if (auto *definedAtom = dyn_cast<DefinedAtom>(atom)) { in buildAtomToAddressMap() local
776 << definedAtom->file().ordinal() in buildAtomToAddressMap()
778 << definedAtom->ordinal() in buildAtomToAddressMap()
780 << definedAtom->name() in buildAtomToAddressMap()
782 << definedAtom->contentType() in buildAtomToAddressMap()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DResolver.cpp481 if (auto *definedAtom = dyn_cast<DefinedAtom>(atom.get())) { in addAtoms() local
483 << llvm::format(" 0x%09lX", definedAtom) in addAtoms()
485 << definedAtom->file().ordinal() in addAtoms()
487 << definedAtom->ordinal() in addAtoms()
489 << definedAtom->name() in addAtoms()
491 << definedAtom->contentType() in addAtoms()