Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp201 AtomToIndex _atomToSymbolIndex; member in __anon3252b6f00111::Util
1076 _atomToSymbolIndex[atom] = file.localSymbols.size(); in addSymbols()
1092 _atomToSymbolIndex[atom] = file.localSymbols.size(); in addSymbols()
1109 _atomToSymbolIndex[ai.atom] = globalStartIndex + file.globalSymbols.size(); in addSymbols()
1141 _atomToSymbolIndex[ai.atom] = file.undefinedSymbols.size() + start; in addSymbols()
1181 uint32_t index = _atomToSymbolIndex[target]; in addIndirectSymbols()
1200 uint32_t index = _atomToSymbolIndex[target]; in addIndirectSymbols()
1209 uint32_t index = _atomToSymbolIndex[target]; in addIndirectSymbols()
1298 auto pos = _atomToSymbolIndex.find(&atom); in addSectionRelocs()
1299 assert(pos != _atomToSymbolIndex.end()); in addSectionRelocs()