reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
558 assert(symbolIndex >= numStabs && "Searched for stab via atomBySymbol?"); 559 if (symbolIndex < numStabs+numLocal) { 560 sym = &normalizedFile.localSymbols[symbolIndex-numStabs]; 561 } else if (symbolIndex < numStabs+numLocal+numGlobal) { 562 sym = &normalizedFile.globalSymbols[symbolIndex-numStabs-numLocal]; 563 } else if (symbolIndex < numStabs+numLocal+numGlobal+numUndef) { 564 sym = &normalizedFile.undefinedSymbols[symbolIndex-numStabs-numLocal-