Searched refs:definedAtom (Results 1 – 3 of 3) sorted by relevance
57 const DefinedAtom *definedAtom = dyn_cast<DefinedAtom>(atom); in atomToDebugString() local60 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()
770 if (auto *definedAtom = dyn_cast<DefinedAtom>(atom)) { in buildAtomToAddressMap() local776 << definedAtom->file().ordinal() in buildAtomToAddressMap()778 << definedAtom->ordinal() in buildAtomToAddressMap()780 << definedAtom->name() in buildAtomToAddressMap()782 << definedAtom->contentType() in buildAtomToAddressMap()
481 if (auto *definedAtom = dyn_cast<DefinedAtom>(atom.get())) { in addAtoms() local483 << 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()