Searched refs:definedAtom (Results 1 – 3 of 3) sorted by relevance
56 const DefinedAtom *definedAtom = dyn_cast<DefinedAtom>(atom); in atomToDebugString() local59 if (definedAtom->name().empty()) in atomToDebugString()60 s << "<anonymous " << definedAtom << ">"; in atomToDebugString()62 s << definedAtom->name(); in atomToDebugString()64 if (definedAtom->customSectionName().empty()) in atomToDebugString()67 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()
479 if (auto *definedAtom = dyn_cast<DefinedAtom>(atom.get())) { in addAtoms() local481 << llvm::format(" 0x%09lX", definedAtom) in addAtoms()483 << definedAtom->file().ordinal() in addAtoms()485 << definedAtom->ordinal() in addAtoms()487 << definedAtom->name() in addAtoms()489 << definedAtom->contentType() in addAtoms()