Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp178 struct AtomAndIndex { const Atom *atom; uint32_t index; SymbolScope scope; }; argument
180 bool operator()(const AtomAndIndex &left, const AtomAndIndex &right);
978 bool Util::AtomSorter::operator()(const AtomAndIndex &left, in operator ()()
979 const AtomAndIndex &right) { in operator ()()
1054 std::vector<AtomAndIndex> globals; in addSymbols()
1066 AtomAndIndex ai = { atom, sect->finalSectionIndex, symbolScope }; in addSymbols()
1101 for (AtomAndIndex &ai : globals) { in addSymbols()
1114 std::vector<AtomAndIndex> undefs; in addSymbols()
1117 AtomAndIndex ai = { atom, 0, N_EXT }; in addSymbols()
1121 AtomAndIndex ai = { atom, 0, N_EXT }; in addSymbols()
[all …]