Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DLayoutPass.cpp56 const DefinedAtom *definedAtom = dyn_cast<DefinedAtom>(atom); in atomToDebugString() local
59 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()
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()
/external/llvm-project/lld/lib/Core/
DResolver.cpp479 if (auto *definedAtom = dyn_cast<DefinedAtom>(atom.get())) { in addAtoms() local
481 << 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()