Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp47 struct AtomInfo { struct
72 std::vector<AtomInfo> atomsAndOffsets;
217 std::vector<AtomInfo> empty; in ~Util()
393 AtomInfo ai = {atom, offset}; in appendAtom()
432 AtomInfo ai = {atom, 0}; in assignAtomToSection()
665 for (const AtomInfo &atomInfo : sectInfo->atomsAndOffsets) in copySectionContent()
685 for (AtomInfo &ai : si->atomsAndOffsets) { in copySectionContent()
743 for (const AtomInfo &info : sect->atomsAndOffsets) { in buildAtomToAddressMap()
807 for (const AtomInfo &info : sect->atomsAndOffsets) { in synthesizeDebugNotes()
1057 for (const AtomInfo &info : sect->atomsAndOffsets) { in addSymbols()
[all …]