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

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

Completed in 109 milliseconds